COSObjectable
public class PDBoxStyle extends java.lang.Object implements COSObjectable
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
GUIDELINE_STYLE_DASHED |
Style for guideline.
|
static java.lang.String |
GUIDELINE_STYLE_SOLID |
Style for guideline.
|
Constructor | Description |
---|---|
PDBoxStyle() |
Default Constructor.
|
PDBoxStyle(COSDictionary dic) |
Constructor for an existing BoxStyle element.
|
Modifier and Type | Method | Description |
---|---|---|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
COSDictionary |
getDictionary() |
Convert this standard java object to a COS object.
|
PDColorState |
getGuidelineColor() |
Get the color to be used for the guidelines.
|
java.lang.String |
getGuidelineStyle() |
Get the style for the guideline.
|
float |
getGuidelineWidth() |
Get the width of the of the guideline in default user space units.
|
PDLineDashPattern |
getLineDashPattern() |
Get the line dash pattern for this box style.
|
void |
setGuideLineColor(PDColorState color) |
Set the color space instance for this box style.
|
void |
setGuidelineStyle(java.lang.String style) |
Set the style for the box.
|
void |
setGuidelineWidth(float width) |
Set the guideline width.
|
void |
setLineDashPattern(PDLineDashPattern pattern) |
Set the line dash pattern associated with this box style.
|
public static final java.lang.String GUIDELINE_STYLE_SOLID
public static final java.lang.String GUIDELINE_STYLE_DASHED
public PDBoxStyle()
public PDBoxStyle(COSDictionary dic)
dic
- The existing dictionary.public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getDictionary()
public PDColorState getGuidelineColor()
public void setGuideLineColor(PDColorState color)
color
- The new colorspace value.public float getGuidelineWidth()
public void setGuidelineWidth(float width)
width
- The width in default user space units.public java.lang.String getGuidelineStyle()
GUIDELINE_STYLE_DASHED
,
GUIDELINE_STYLE_SOLID
public void setGuidelineStyle(java.lang.String style)
style
- The style for the box line.GUIDELINE_STYLE_DASHED
,
GUIDELINE_STYLE_SOLID
public PDLineDashPattern getLineDashPattern()
public void setLineDashPattern(PDLineDashPattern pattern)
pattern
- The patter for this box style.