public abstract class StiAxis extends StiSerializedObject implements IStiAxis
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiAxis() |
StiAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle) |
StiAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle,
boolean logarithmicScale) |
StiAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
boolean |
getAllowApplyStyle()
Gets or sets value which indicates that chart style will be used.
|
IStiAxisArea |
getArea() |
StiArrowStyle |
getArrowStyle()
Gets or sets style of axis arrow.
|
StiAxisCoreXF |
getCore() |
StiAxisInfoXF |
getInfo() |
IStiAxisInteraction |
getInteraction()
Gets or sets axis interaction settings.
|
IStiAxisLabels |
getLabels()
Gets or sets axis labels settings.
|
StiColor |
getLineColor()
Gets or sets line color which used to draw axis.
|
StiPenStyle |
getLineStyle()
Gets or sets line style of axis.
|
float |
getLineWidth()
Gets or sets line width which used to draw axis.
|
boolean |
getLogarithmicScale()
Gets or sets value which indicates that logarithmic scale will be used.
|
IStiAxisRange |
getRange()
Gets or sets axis range settings.
|
boolean |
getStartFromZero()
Gets or sets value which indicates that all arguments will be shows from zero.
|
float |
getStep()
Deprecated.
|
IStiAxisTicks |
getTicks()
Gets or sets ticks settings.
|
IStiAxisTitle |
getTitle()
Gets or sets axis title settings.
|
StiLegendDirection |
getTitleDirection()
Deprecated.
|
boolean |
getVisible()
Gets or sets visibility of axis.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAllowApplyStyle(boolean value) |
void |
setArea(IStiAxisArea value) |
void |
setArrowStyle(StiArrowStyle value) |
void |
setCore(StiAxisCoreXF value) |
void |
setInfo(StiAxisInfoXF value) |
void |
setInteraction(IStiAxisInteraction value) |
void |
setLabels(IStiAxisLabels value) |
void |
setLineColor(StiColor value) |
void |
setLineStyle(StiPenStyle value) |
void |
setLineWidth(float value) |
void |
setLogarithmicScale(boolean value) |
void |
setRange(IStiAxisRange value) |
void |
setStartFromZero(boolean value) |
void |
setStep(float value)
Deprecated.
|
void |
setTicks(IStiAxisTicks value) |
void |
setTitle(IStiAxisTitle value) |
void |
setTitleDirection(StiLegendDirection value)
Deprecated.
|
void |
setVisible(boolean value) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic StiAxis()
public StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
public StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
public StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale)
public final java.lang.Object clone()
clone in class java.lang.Objectpublic boolean getLogarithmicScale()
getLogarithmicScale in interface IStiAxispublic void setLogarithmicScale(boolean value)
setLogarithmicScale in interface IStiAxispublic final StiAxisCoreXF getCore()
public final void setCore(StiAxisCoreXF value)
public final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiAxispublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiAxispublic boolean getStartFromZero()
getStartFromZero in interface IStiAxispublic void setStartFromZero(boolean value)
setStartFromZero in interface IStiAxis@Deprecated public float getStep()
@Deprecated public void setStep(float value)
public final IStiAxisInteraction getInteraction()
getInteraction in interface IStiAxispublic final void setInteraction(IStiAxisInteraction value)
setInteraction in interface IStiAxispublic final IStiAxisLabels getLabels()
public final void setLabels(IStiAxisLabels value)
public IStiAxisRange getRange()
public void setRange(IStiAxisRange value)
public final IStiAxisTitle getTitle()
public final void setTitle(IStiAxisTitle value)
public final IStiAxisTicks getTicks()
public final void setTicks(IStiAxisTicks value)
public final StiArrowStyle getArrowStyle()
getArrowStyle in interface IStiAxispublic final void setArrowStyle(StiArrowStyle value)
setArrowStyle in interface IStiAxispublic final StiPenStyle getLineStyle()
getLineStyle in interface IStiAxispublic final void setLineStyle(StiPenStyle value)
setLineStyle in interface IStiAxispublic final StiColor getLineColor()
getLineColor in interface IStiAxispublic final void setLineColor(StiColor value)
setLineColor in interface IStiAxispublic final float getLineWidth()
getLineWidth in interface IStiAxispublic final void setLineWidth(float value)
setLineWidth in interface IStiAxispublic boolean getVisible()
getVisible in interface IStiAxispublic void setVisible(boolean value)
setVisible in interface IStiAxis@Deprecated public StiLegendDirection getTitleDirection()
@Deprecated public void setTitleDirection(StiLegendDirection value)
public final IStiAxisArea getArea()
public final void setArea(IStiAxisArea value)
public final StiAxisInfoXF getInfo()
public final void setInfo(StiAxisInfoXF value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.