public class LogarithmicAxis extends NumericalAxis
linkedSeriesCount
LINE_COLOR_PROPERTY_KEY, LINE_THICKNESS_PROPERTY_KEY
AXIS_Z_INDEX, LABEL_COLOR, LABEL_COLOR_PROPERTY_KEY, LABEL_FIT_MODE, LABEL_FIT_MODE_PROPERTY_KEY, LABEL_FONT_KEY, LABEL_FONT_PROPERTY_KEY, LABEL_FONT_STYLE_KEY, LABEL_FONT_STYLE_PROPERTY_KEY, LABEL_ROTATION_ANGLE, LABEL_ROTATION_ANGLE_PROPERTY_KEY, LABEL_SIZE_KEY, LABEL_SIZE_PROPERTY_KEY, LINE_COLOR_KEY, LINE_THICKNESS_KEY, TICK_COLOR_KEY, TICK_COLOR_PROPERTY_KEY, TICK_THICKNESS_KEY, TICK_THICKNESS_PROPERTY_KEY
Constructor and Description |
---|
LogarithmicAxis()
Creates an instance of the
LogarithmicAxis
with a specified activity context, a set of styleable attributes and a default style id. |
Modifier and Type | Method and Description |
---|---|
double |
getExponentStep()
Gets the exponent step between each axis tick.
|
double |
getLogarithmBase()
Gets the super of the logarithm used for normalizing data points' values.
|
void |
setExponentStep(double value)
Sets the exponent step between each axis tick.
|
void |
setLogarithmBase(double value)
Sets the super of the logarithm used for normalizing data points' values.
|
getActualRange, getDataPointsForValue, getDesiredTickCount, getMaximum, getMinimum, getRangeExtendDirection, setDesiredTickCount, setMaximum, setMinimum, setRangeExtendDirection
getHorizontalLocation, getVerticalLocation, setHorizontalLocation, setVerticalLocation
getLineColor, getLineDashArray, getLineThickness, getShowLine, render, setLineColor, setLineDashArray, setLineThickness, setShowLine
getAxisType, getLabelFitMode, getLabelFont, getLabelFontStyle, getLabelFormat, getLabelInterval, getLabelLayoutMode, getLabelMargin, getLabelOffset, getLabelRenderer, getLabelRotationAngle, getLabelSize, getLabelTextColor, getLabelValueToStringConverter, getLastLabelVisibility, getLastLayoutContext, getLayoutSlot, getMajorTickOffset, getModel, getShowLabels, getTickColor, getTickThickness, getVerticalWidth, renderLabel, resolveLabelRenderer, setAxisType, setLabelFitMode, setLabelFont, setLabelFontStyle, setLabelFormat, setLabelInterval, setLabelLayoutMode, setLabelMargin, setLabelOffset, setLabelRenderer, setLabelRotationAngle, setLabelSize, setLabelTextColor, setLabelValueToStringConverter, setLastLabelVisibility, setMajorTickOffset, setShowLabels, setTickColor, setTickThickness, setVerticalWidth
attach, detach, getCanApplyPalette, getChart, getCollectionIndex, getPalette, getZIndex, invalidatePalette, onPaletteInvalidated, onPaletteUpdated, requestLayout, requestRender, setZIndex, updatePalette
getPaletteFamily, getPaletteFamilyCore, isLoaded, isPaletteApplied, isVisible, measureContent, paletteFamily, postRender, refreshNode, setCanApplyPalette, setPaletteFamily, setVisible, setVisible
getValue, resetPropertyValue, setValue, setValue
public LogarithmicAxis()
LogarithmicAxis
with a specified activity context, a set of styleable attributes and a default style id.public double getLogarithmBase()
public void setLogarithmBase(double value)
value
- the super of the logarithm.public double getExponentStep()
public void setExponentStep(double value)
value
- the exponent step between each axis tick.