|
||||||||||
| 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.Objectpublic boolean getLogarithmicScale()
getLogarithmicScale in interface IStiAxispublic void setLogarithmicScale(boolean value)
setLogarithmicScale in interface IStiAxispublic final StiAxisCoreXF getCore()
getCore in interface IStiAxispublic final void setCore(StiAxisCoreXF value)
setCore in interface IStiAxispublic 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()
getStep in interface IStiAxis@Deprecated public void setStep(float value)
setStep in interface IStiAxispublic final IStiAxisInteraction getInteraction()
getInteraction in interface IStiAxispublic final void setInteraction(IStiAxisInteraction value)
setInteraction in interface IStiAxispublic final IStiAxisLabels getLabels()
getLabels in interface IStiAxispublic final void setLabels(IStiAxisLabels value)
setLabels in interface IStiAxispublic IStiAxisRange getRange()
getRange in interface IStiAxispublic void setRange(IStiAxisRange value)
setRange in interface IStiAxispublic final IStiAxisTitle getTitle()
getTitle in interface IStiAxispublic final void setTitle(IStiAxisTitle value)
setTitle in interface IStiAxispublic final IStiAxisTicks getTicks()
getTicks in interface IStiAxispublic final void setTicks(IStiAxisTicks value)
setTicks in interface IStiAxispublic 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()
getArea in interface IStiAxispublic final void setArea(IStiAxisArea value)
setArea in interface IStiAxispublic final StiAxisInfoXF getInfo()
getInfo in interface IStiAxispublic 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 | |||||||||