public class CartesianLogarithmicAxis extends CartesianAxis<CartesianLogarithmicTick> implements IsNumericAxis
| Modifier | Constructor and Description |
|---|---|
|
CartesianLogarithmicAxis(IsChart chart)
Builds the object storing the chart instance.
|
|
CartesianLogarithmicAxis(IsChart chart,
AxisKind kind)
Builds the object storing the chart instance and axis type.
|
|
CartesianLogarithmicAxis(IsChart chart,
ScaleId id)
Builds the object storing the chart instance.
|
|
CartesianLogarithmicAxis(IsChart chart,
ScaleId id,
AxisKind kind)
Builds the object storing the chart instance and axis type.
|
protected |
CartesianLogarithmicAxis(IsChart chart,
ScaleId id,
AxisType type,
AxisKind kind)
Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.
|
|
CartesianLogarithmicAxis(IsChart chart,
String id)
Builds the object storing the chart instance.
|
|
CartesianLogarithmicAxis(IsChart chart,
String id,
AxisKind kind)
Builds the object storing the chart instance and axis type.
|
| Modifier and Type | Method and Description |
|---|---|
Axis |
getAxisElement()
Returns the axis instance.
|
IsChart |
getChart()
Returns the chart instance
|
protected T |
getConfiguration()
Returns the configuration element.
|
CartesianLogarithmicTick |
getTicks()
Returns the ticks element
|
ChartEnvelop<NativeObject> |
loadNativeObject(ChartEnvelop<NativeObject> envelop)
Returns the native object instance inside an envelop.
It can be called only from org.pepstock.charba.client package. |
void |
merge(NativeObjectContainer source,
String property)
Merge a native object in the this one with a specific property name.
This is used by plugins implementation (native java script ones) when they are not using the standard way to add plugin configuration in the options of chart. |
protected void |
setConfiguration(T configuration) |
String |
toJSON()
Returns the JSON representation of the object.
|
getBounds, getGrid, getPosition, getStack, getStackWeight, getTitle, isOffset, isSingleStacked, isStacked, setBounds, setOffset, setPosition, setSingleStacked, setStack, setStacked, setStackWeightgetAxis, getAxisBuildTicksCallback, getAxisCalculateLabelRotationCallback, getAxisDataLimitsCallback, getAxisDimensionsCallback, getAxisFitCallback, getAxisTickToLabelConversionCallback, getAxisUpdateCallback, getBackgroundColor, getBackgroundColorAsString, getCharbaId, getDisplay, getId, getType, getWeight, isAlignToPixels, isReverse, setAlignToPixels, setAxisBuildTicksCallback, setAxisCalculateLabelRotationCallback, setAxisDataLimitsCallback, setAxisDimensionsCallback, setAxisFitCallback, setAxisTickToLabelConversionCallback, setAxisUpdateCallback, setBackgroundColor, setBackgroundColor, setDisplay, setDisplay, setReverse, setWeightclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMax, getMin, getSuggestedMax, getSuggestedMin, setMax, setMin, setSuggestedMax, setSuggestedMinpublic CartesianLogarithmicAxis(IsChart chart)
chart - chart instancepublic CartesianLogarithmicAxis(IsChart chart, String id)
chart - chart instanceid - axis idpublic CartesianLogarithmicAxis(IsChart chart, ScaleId id)
chart - chart instanceid - axis idpublic CartesianLogarithmicAxis(IsChart chart, AxisKind kind)
chart - chart instancekind - axis kindpublic CartesianLogarithmicAxis(IsChart chart, String id, AxisKind kind)
chart - chart instanceid - axis idkind - axis kindpublic CartesianLogarithmicAxis(IsChart chart, ScaleId id, AxisKind kind)
chart - chart instanceid - axis idkind - axis kindpublic CartesianLogarithmicTick getTicks()
CartesianAxisgetTicks in class CartesianAxis<CartesianLogarithmicTick>public Axis getAxisElement()
IsNumericAxisgetAxisElement in interface IsNumericAxisprotected final void setConfiguration(T configuration)
configuration - the configuration to setprotected final T getConfiguration()
public final void merge(NativeObjectContainer source, String property)
source - native object container to addproperty - property namepublic final String toJSON()
public final ChartEnvelop<NativeObject> loadNativeObject(ChartEnvelop<NativeObject> envelop)
org.pepstock.charba.client package.envelop - envelop instance which will contain the native objectpublic final IsChart getChart()