public final class DefaultGridLines extends Object implements IsDefaultGridLines
| Constructor and Description |
|---|
DefaultGridLines() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBorderDashOffset()
Returns the line dash pattern offset or "phase".
|
String |
getColorAsString()
The color of the grid lines.
|
int |
getLineWidth()
Returns the stroke widths of grid lines.
|
int |
getTickMarkLength()
Returns the length in pixels that the grid lines will draw into the axis area.
|
int |
getZ()
Returns z-index of gridline layer.
|
int |
getZeroLineBorderDashOffset()
Returns the offset for line dashes of the grid line for the first index (index 0).
|
String |
getZeroLineColorAsString()
Returns the stroke color of the grid line for the first index (index 0).
|
int |
getZeroLineWidth()
Returns the stroke width of the grid line for the first index (index 0).
|
boolean |
isCircular()
If true, gridlines are circular (on radar chart only).
|
boolean |
isDisplay()
If false, do not display grid lines for this axis.
|
boolean |
isDrawBorder()
If true, draw border at the edge between the axis and the chart area.
|
boolean |
isDrawOnChartArea()
If true, draw lines on the chart area inside the axis lines.
|
boolean |
isDrawTicks()
If true, draw lines beside the ticks in the axis area beside the chart.
|
boolean |
isOffsetGridLines()
If true, grid lines will be shifted to be between labels.
|
public boolean isDisplay()
IsDefaultGridLinesisDisplay in interface IsDefaultGridLinespublic String getColorAsString()
IsDefaultGridLinesgetColorAsString in interface IsDefaultGridLinespublic int getBorderDashOffset()
IsDefaultGridLinesgetBorderDashOffset in interface IsDefaultGridLinespublic int getLineWidth()
IsDefaultGridLinesgetLineWidth in interface IsDefaultGridLinespublic boolean isDrawBorder()
IsDefaultGridLinesisDrawBorder in interface IsDefaultGridLinespublic boolean isDrawOnChartArea()
IsDefaultGridLinesisDrawOnChartArea in interface IsDefaultGridLinespublic boolean isDrawTicks()
IsDefaultGridLinesisDrawTicks in interface IsDefaultGridLinespublic int getTickMarkLength()
IsDefaultGridLinesgetTickMarkLength in interface IsDefaultGridLinespublic int getZeroLineWidth()
IsDefaultGridLinesgetZeroLineWidth in interface IsDefaultGridLinespublic String getZeroLineColorAsString()
IsDefaultGridLinesgetZeroLineColorAsString in interface IsDefaultGridLinespublic int getZeroLineBorderDashOffset()
IsDefaultGridLinesgetZeroLineBorderDashOffset in interface IsDefaultGridLinespublic boolean isOffsetGridLines()
IsDefaultGridLinesisOffsetGridLines in interface IsDefaultGridLinespublic boolean isCircular()
IsDefaultGridLinesisCircular in interface IsDefaultGridLinespublic int getZ()
IsDefaultGridLinesgetZ in interface IsDefaultGridLines