public class PDBoxStyle extends Object implements COSObjectable
| Modifier and Type | Field and Description | 
|---|---|
| static String | GUIDELINE_STYLE_DASHEDStyle for guideline. | 
| static String | GUIDELINE_STYLE_SOLIDStyle for guideline. | 
| Constructor and Description | 
|---|
| PDBoxStyle()Default Constructor. | 
| PDBoxStyle(COSDictionary dic)Constructor for an existing BoxStyle element. | 
| Modifier and Type | Method and 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. | 
| 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(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 String GUIDELINE_STYLE_SOLID
public static final String GUIDELINE_STYLE_DASHED
public PDBoxStyle()
public PDBoxStyle(COSDictionary dic)
dic - The existing dictionary.public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic 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 String getGuidelineStyle()
GUIDELINE_STYLE_DASHED, 
GUIDELINE_STYLE_SOLIDpublic void setGuidelineStyle(String style)
style - The style for the box line.GUIDELINE_STYLE_DASHED, 
GUIDELINE_STYLE_SOLIDpublic PDLineDashPattern getLineDashPattern()
public void setLineDashPattern(PDLineDashPattern pattern)
pattern - The patter for this box style.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.