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.
|
double |
getBarPercentage()
Returns the percent (0-1) of the available width each bar should be within the category width.
|
int |
getBarThickness()
Returns the width of each bar in pixels.
|
ScaleBounds |
getBounds()
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
|
double |
getCategoryPercentage()
Returns the percent (0-1) of the available width each category should be within the sample width.
|
ScaleDistribution |
getDistribution()
Returns the property controls the data distribution along the scale.
|
IsDefaultGridLines |
getGrideLines()
Returns the grid lines defaults.
|
int |
getMaxBarThickness()
Returns the maximum bar thickness.
|
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.
|
int |
getWeight()
The weight used to sort the axis.
|
boolean |
isDisplay()
If true, shows 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()
IsDefaultScale
getAngleLines
in interface IsDefaultScale
public IsDefaultGridLines getGrideLines()
IsDefaultScale
getGrideLines
in interface IsDefaultScale
public IsDefaultPointLabels getPointLabels()
IsDefaultScale
getPointLabels
in interface IsDefaultScale
public IsDefaultScaleLabel getScaleLabel()
IsDefaultScale
getScaleLabel
in interface IsDefaultScale
public IsDefaultTicks getTicks()
IsDefaultScale
getTicks
in interface IsDefaultScale
public IsDefaultTime getTime()
IsDefaultScale
getTime
in interface IsDefaultScale
public boolean isStacked()
IsDefaultScale
isStacked
in interface IsDefaultScale
public AxisType getType()
IsDefaultScale
getType
in interface IsDefaultScale
public int getWeight()
IsDefaultScale
getWeight
in interface IsDefaultScale
public boolean isDisplay()
IsDefaultScale
isDisplay
in interface IsDefaultScale
public boolean isOffset()
IsDefaultScale
isOffset
in interface IsDefaultScale
public Position getPosition()
IsDefaultScale
getPosition
in interface IsDefaultScale
public double getBarPercentage()
IsDefaultScale
getBarPercentage
in interface IsDefaultScale
public double getCategoryPercentage()
IsDefaultScale
getCategoryPercentage
in interface IsDefaultScale
public int getBarThickness()
IsDefaultScale
getBarThickness
in interface IsDefaultScale
public int getMaxBarThickness()
IsDefaultScale
getMaxBarThickness
in interface IsDefaultScale
public ScaleDistribution getDistribution()
IsDefaultScale
getDistribution
in interface IsDefaultScale
public ScaleBounds getBounds()
IsDefaultScale
getBounds
in interface IsDefaultScale