public final class DefaultChartGridLines extends Object implements IsDefaultGridLines
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 |
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()
IsDefaultGridLines
isDisplay
in interface IsDefaultGridLines
public String getColorAsString()
IsDefaultGridLines
getColorAsString
in interface IsDefaultGridLines
public int getBorderDashOffset()
IsDefaultGridLines
getBorderDashOffset
in interface IsDefaultGridLines
public int getLineWidth()
IsDefaultGridLines
getLineWidth
in interface IsDefaultGridLines
public boolean isDrawBorder()
IsDefaultGridLines
isDrawBorder
in interface IsDefaultGridLines
public boolean isDrawOnChartArea()
IsDefaultGridLines
isDrawOnChartArea
in interface IsDefaultGridLines
public boolean isDrawTicks()
IsDefaultGridLines
isDrawTicks
in interface IsDefaultGridLines
public int getTickMarkLength()
IsDefaultGridLines
getTickMarkLength
in interface IsDefaultGridLines
public int getZeroLineWidth()
IsDefaultGridLines
getZeroLineWidth
in interface IsDefaultGridLines
public String getZeroLineColorAsString()
IsDefaultGridLines
getZeroLineColorAsString
in interface IsDefaultGridLines
public int getZeroLineBorderDashOffset()
IsDefaultGridLines
getZeroLineBorderDashOffset
in interface IsDefaultGridLines
public boolean isOffsetGridLines()
IsDefaultGridLines
isOffsetGridLines
in interface IsDefaultGridLines
public boolean isCircular()
IsDefaultGridLines
isCircular
in interface IsDefaultGridLines