GraphInfo
Overview
GraphInfo is a class in Aspose.Pdf FOSS for Java.
Holds graphical properties for a single border side (color, line width, dash pattern).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
color | Color | Read | Returns the border line color. |
lineWidth | double | Read | Returns the border line width in points. |
dashArray | float[] | Read | Returns the dash array for dashed borders. |
dashPhase | double | Read | Returns the dash phase offset. |
Methods
| Signature | Description |
|---|---|
GraphInfo() | Creates a GraphInfo with default values (black, 1pt width). |
getColor() → Color | Returns the border line color. |
setColor(color: Color) | Sets the border line color. |
getLineWidth() → double | Returns the border line width in points. |
setLineWidth(lineWidth: double) | Sets the border line width in points. |
getDashArray() → float[] | Returns the dash array for dashed borders. |
setDashArray(dashArray: float[]) | Sets the dash array for dashed borders. |
getDashPhase() → double | Returns the dash phase offset. |
setDashPhase(dashPhase: double) | Sets the dash phase offset. |