|
||||||||||
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.StiAxisTicks
public class StiAxisTicks
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiAxisTicks()
|
|
StiAxisTicks(boolean visible,
float length,
boolean minorVisible,
float minorLength,
int minorCount,
int step)
|
|
StiAxisTicks(boolean visible,
float length,
boolean minorVisible,
float minorLength,
int minorCount,
int step,
float lengthUnderLabels)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
float |
getLength()
Gets or sets length of one major tick. |
float |
getLengthUnderLabels()
Gets or sets length of one major tick under labels. |
int |
getMinorCount()
Gets or sets count of minor ticks between two major ticks. |
float |
getMinorLength()
Gets or sets length of one minor tick. |
boolean |
getMinorVisible()
Gets or sets visibility of minor ticks. |
int |
getStep()
Gets or sets value which indicates on which steps major ticks will be displayed. |
boolean |
getVisible()
Gets or sets visility of major ticks. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setLength(float value)
|
void |
setLengthUnderLabels(float value)
|
void |
setMinorCount(int value)
|
void |
setMinorLength(float value)
|
void |
setMinorVisible(boolean value)
|
void |
setStep(int value)
|
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 StiAxisTicks()
public StiAxisTicks(boolean visible, float length, boolean minorVisible, float minorLength, int minorCount, int step)
public StiAxisTicks(boolean visible, float length, boolean minorVisible, float minorLength, int minorCount, int step, float lengthUnderLabels)
Method Detail |
---|
public final java.lang.Object clone()
clone
in interface IStiAxisTicks
clone
in class java.lang.Object
public final float getLengthUnderLabels()
getLengthUnderLabels
in interface IStiAxisTicks
public final void setLengthUnderLabels(float value)
setLengthUnderLabels
in interface IStiAxisTicks
public final float getLength()
getLength
in interface IStiAxisTicks
public final void setLength(float value)
setLength
in interface IStiAxisTicks
public final float getMinorLength()
getMinorLength
in interface IStiAxisTicks
public final void setMinorLength(float value)
setMinorLength
in interface IStiAxisTicks
public final int getMinorCount()
getMinorCount
in interface IStiAxisTicks
public final void setMinorCount(int value)
setMinorCount
in interface IStiAxisTicks
public final int getStep()
getStep
in interface IStiAxisTicks
public final void setStep(int value)
setStep
in interface IStiAxisTicks
public boolean getMinorVisible()
getMinorVisible
in interface IStiAxisTicks
public void setMinorVisible(boolean value)
setMinorVisible
in interface IStiAxisTicks
public boolean getVisible()
getVisible
in interface IStiAxisTicks
public void setVisible(boolean value)
setVisible
in interface IStiAxisTicks
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |