|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.annotation.PDBorderEffectDictionary
public class PDBorderEffectDictionary
This class represents a PDF /BE entry the border effect dictionary.
| Field Summary | |
|---|---|
static String |
STYLE_CLOUDY
Constant for the name of a cloudy effect. |
static String |
STYLE_SOLID
Constant for the name for no effect. |
| Constructor Summary | |
|---|---|
PDBorderEffectDictionary()
Constructor. |
|
PDBorderEffectDictionary(COSDictionary dict)
Constructor. |
|
| Method Summary | |
|---|---|
COSBase |
getCOSObject()
returns the dictionary. |
COSDictionary |
getDictionary()
returns the dictionary. |
float |
getIntensity()
This will retrieve the intensity of the applied effect. |
String |
getStyle()
This will retrieve the border effect, see the STYLE_* constants for valid values. |
void |
setIntensity(float i)
This will set the intensity of the applied effect. |
void |
setStyle(String s)
This will set the border effect, see the STYLE_* constants for valid values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String STYLE_SOLID
public static final String STYLE_CLOUDY
| Constructor Detail |
|---|
public PDBorderEffectDictionary()
public PDBorderEffectDictionary(COSDictionary dict)
dict - a border style dictionary.| Method Detail |
|---|
public COSDictionary getDictionary()
public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic void setIntensity(float i)
i - the intensity of the effect values 0 to 2public float getIntensity()
public void setStyle(String s)
s - the border effect to usepublic String getStyle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||