|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.axis.StiAxis
public abstract class StiAxis
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
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)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
getReference, setReference |
Constructor Detail |
---|
public 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)
Method Detail |
---|
public final java.lang.Object clone()
clone
in class java.lang.Object
public boolean getLogarithmicScale()
getLogarithmicScale
in interface IStiAxis
public void setLogarithmicScale(boolean value)
setLogarithmicScale
in interface IStiAxis
public final StiAxisCoreXF getCore()
getCore
in interface IStiAxis
public final void setCore(StiAxisCoreXF value)
setCore
in interface IStiAxis
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiAxis
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiAxis
public boolean getStartFromZero()
getStartFromZero
in interface IStiAxis
public void setStartFromZero(boolean value)
setStartFromZero
in interface IStiAxis
@Deprecated public float getStep()
getStep
in interface IStiAxis
@Deprecated public void setStep(float value)
setStep
in interface IStiAxis
public final IStiAxisInteraction getInteraction()
getInteraction
in interface IStiAxis
public final void setInteraction(IStiAxisInteraction value)
setInteraction
in interface IStiAxis
public final IStiAxisLabels getLabels()
getLabels
in interface IStiAxis
public final void setLabels(IStiAxisLabels value)
setLabels
in interface IStiAxis
public IStiAxisRange getRange()
getRange
in interface IStiAxis
public void setRange(IStiAxisRange value)
setRange
in interface IStiAxis
public final IStiAxisTitle getTitle()
getTitle
in interface IStiAxis
public final void setTitle(IStiAxisTitle value)
setTitle
in interface IStiAxis
public final IStiAxisTicks getTicks()
getTicks
in interface IStiAxis
public final void setTicks(IStiAxisTicks value)
setTicks
in interface IStiAxis
public final StiArrowStyle getArrowStyle()
getArrowStyle
in interface IStiAxis
public final void setArrowStyle(StiArrowStyle value)
setArrowStyle
in interface IStiAxis
public final StiPenStyle getLineStyle()
getLineStyle
in interface IStiAxis
public final void setLineStyle(StiPenStyle value)
setLineStyle
in interface IStiAxis
public final StiColor getLineColor()
getLineColor
in interface IStiAxis
public final void setLineColor(StiColor value)
setLineColor
in interface IStiAxis
public final float getLineWidth()
getLineWidth
in interface IStiAxis
public final void setLineWidth(float value)
setLineWidth
in interface IStiAxis
public boolean getVisible()
getVisible
in interface IStiAxis
public void setVisible(boolean value)
setVisible
in interface IStiAxis
@Deprecated public StiLegendDirection getTitleDirection()
@Deprecated public void setTitleDirection(StiLegendDirection value)
public final IStiAxisArea getArea()
getArea
in interface IStiAxis
public final void setArea(IStiAxisArea value)
setArea
in interface IStiAxis
public final StiAxisInfoXF getInfo()
getInfo
in interface IStiAxis
public final void setInfo(StiAxisInfoXF value)
setInfo
in interface IStiAxis
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |