public final class DefaultScale extends Object implements IsDefaultScale
| Constructor and Description |
|---|
DefaultScale() |
| Modifier and Type | Method and Description |
|---|---|
IsDefaultAngleLines |
getAngleLines()
Returns the angle lines default.
|
ScaleBounds |
getBounds()
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
|
Display |
getDisplay()
Returns how showing the axis.
|
ScaleDistribution |
getDistribution()
Returns the property controls the data distribution along the scale.
|
IsDefaultGridLines |
getGrideLines()
Returns the grid lines defaults.
|
IsDefaultPointLabels |
getPointLabels()
Returns the point labels defaults.
|
Position |
getPosition()
Position of the axis in the chart.
|
IsDefaultScaleLabel |
getScaleLabel()
Returns the scale label defaults
|
IsDefaultTicks |
getTicks()
Returns the ticks defaults.
|
IsDefaultTime |
getTime()
Returns the time defaults.
|
AxisType |
getType()
Returns the type of axis.
|
double |
getWeight()
The weight used to sort the axis.
|
boolean |
isOffset()
If true, extra space is added to the both edges and the axis is scaled to fit into the chart area.
|
boolean |
isStacked()
Returns if the axis are stacked or not.
|
public IsDefaultAngleLines getAngleLines()
IsDefaultScalegetAngleLines in interface IsDefaultScalepublic IsDefaultGridLines getGrideLines()
IsDefaultScalegetGrideLines in interface IsDefaultScalepublic IsDefaultPointLabels getPointLabels()
IsDefaultScalegetPointLabels in interface IsDefaultScalepublic IsDefaultScaleLabel getScaleLabel()
IsDefaultScalegetScaleLabel in interface IsDefaultScalepublic IsDefaultTicks getTicks()
IsDefaultScalegetTicks in interface IsDefaultScalepublic IsDefaultTime getTime()
IsDefaultScalegetTime in interface IsDefaultScalepublic boolean isStacked()
IsDefaultScaleisStacked in interface IsDefaultScalepublic AxisType getType()
IsDefaultScalegetType in interface IsDefaultScalepublic double getWeight()
IsDefaultScalegetWeight in interface IsDefaultScalepublic Display getDisplay()
IsDefaultScalegetDisplay in interface IsDefaultScalepublic boolean isOffset()
IsDefaultScaleisOffset in interface IsDefaultScalepublic Position getPosition()
IsDefaultScalegetPosition in interface IsDefaultScalepublic ScaleDistribution getDistribution()
IsDefaultScalegetDistribution in interface IsDefaultScalepublic ScaleBounds getBounds()
IsDefaultScalegetBounds in interface IsDefaultScale