|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.pdf.cos.COSBasedObject
de.intarsys.pdf.pd.PDObject
de.intarsys.pdf.pd.PDBorderStyle
public class PDBorderStyle
The definition of a border style for an annotation.
Nested Class Summary | |
---|---|
static class |
PDBorderStyle.MetaClass
The meta class implementation |
Field Summary | |
---|---|
static COSName |
CN_S_B
Style B: beveled |
static COSName |
CN_S_D
Style D: dashed |
static COSName |
CN_S_I
Style D: Inset |
static COSName |
CN_S_S
Style S: solid |
static COSName |
CN_S_U
Style D: underlined |
static COSName |
CN_Type_Border
The border type name |
static COSName |
DK_D
The DashArray type. |
static COSName |
DK_S
The Style type. |
static COSName |
DK_W
The width type. |
static PDBorderStyle.MetaClass |
META
The meta class instance |
Fields inherited from class de.intarsys.pdf.pd.PDObject |
---|
DK_Subtype, DK_Type |
Method Summary | |
---|---|
int[] |
getDashArray()
|
COSName |
getStyle()
|
float |
getWidth()
|
void |
setDashArray(int[] newDashArray)
|
void |
setStyle(COSName newStyle)
|
void |
setWidth(float newWidth)
Set the style. |
Methods inherited from class de.intarsys.pdf.pd.PDObject |
---|
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toString |
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject |
---|
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PDBorderStyle.MetaClass META
public static final COSName DK_W
public static final COSName DK_S
public static final COSName CN_S_S
public static final COSName CN_S_D
public static final COSName CN_S_B
public static final COSName CN_S_I
public static final COSName CN_S_U
public static final COSName DK_D
public static final COSName CN_Type_Border
Method Detail |
---|
public void setDashArray(int[] newDashArray)
public int[] getDashArray()
public void setStyle(COSName newStyle)
public COSName getStyle()
public void setWidth(float newWidth)
newWidth
- The new width.public float getWidth()
|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |