Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel.interactive.annotation » [javadoc | source]
org.apache.pdfbox.pdmodel.interactive.annotation
public class: PDBorderEffectDictionary [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderEffectDictionary

All Implemented Interfaces:
    COSObjectable

This class represents a PDF /BE entry the border effect dictionary.
Field Summary
public static final  String STYLE_SOLID    Constant for the name for no effect. 
public static final  String STYLE_CLOUDY    Constant for the name of a cloudy effect. 
Constructor:
 public PDBorderEffectDictionary() 
 public PDBorderEffectDictionary(COSDictionary dict) 
    Constructor.
    Parameters:
    dict - a border style dictionary.
Method from org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderEffectDictionary Summary:
getCOSObject,   getDictionary,   getIntensity,   getStyle,   setIntensity,   setStyle
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderEffectDictionary Detail:
 public COSBase getCOSObject() 
    returns the dictionary.
 public COSDictionary getDictionary() 
    returns the dictionary.
 public float getIntensity() 
    This will retrieve the intensity of the applied effect.
 public String getStyle() 
    This will retrieve the border effect, see the STYLE_* constants for valid values.
 public  void setIntensity(float i) 
    This will set the intensity of the applied effect.
 public  void setStyle(String s) 
    This will set the border effect, see the STYLE_* constants for valid values.