public class LogarithmicAxisModel extends LinearAxisModel
AxisModel.StackValue
ChartElement.Predicate<T>
pointMinMax
PLOT_DIRECTION_PROPERTY_KEY, PLOT_ORIGIN_PROPERTY_KEY
children
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
LogarithmicAxisModel()
Creates a new instance of the
LogarithmicAxisModel class. |
Modifier and Type | Method and Description |
---|---|
double |
getLogarithmBase()
Gets the the logarithm base used for normalizing data points' values.
|
void |
setLogarithmBase(double value)
Sets the super of the logarithm used for normalizing data points' values.
|
generateLastLabel, majorTickCount
convertPhysicalUnitsToData, createPlotInfo, getActualRange, getDesiredTickCount, getMajorStep, getMaximum, getMinimum, getRangeExtendDirection, getStackValue, onZoomChanged, setDesiredTickCount, setMajorStep, setMaximum, setMinimum, setRangeExtendDirection
applyLayoutRounding, canAddChild, desiredMargin, getActualPlotMode, getCombineGroupKey, getDesiredSize, getFirstTick, getHorizontalLocation, getIsPrimary, getLabelContent, getLabelFitMode, getLabelFormat, getLabelInterval, getLabelLayoutMode, getLabelMargin, getLabelOffset, getLabels, getLabelValueToStringConverter, getLastLabelVisibility, getLastTick, getLineThickness, getMajorTickLength, getMajorTickOffset, getMajorTicks, getNormalizedLabelRotationAngle, getShowLabels, getTickThickness, getType, getVerticalLocation, getWidth, isDataReady, isPlotValid, isUpdated, measure, onPanOffsetChanged, plot, resetState, setHorizontalLocation, setIsPrimary, setLabelFitMode, setLabelFormat, setLabelInterval, setLabelLayoutMode, setLabelMargin, setLabelOffset, setLabelValueToStringConverter, setLastLabelVisibility, setLineThickness, setMajorTickLength, setMajorTickOffset, setNormalizedLabelRotationAngle, setShowLabels, setTickThickness, setType, setVerticalLocation, setWidth, ticks, title, update, updateTicksVisibility
enumDescendants, enumDescendants, enumDescendants, findAncestor, findDescendant, getPresenter, isAncestorOf, setPresenter
arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public LogarithmicAxisModel()
LogarithmicAxisModel
class.public double getLogarithmBase()
public void setLogarithmBase(double value)
value
- The log base.