|
||||||||||
| 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 IStiAxisTicksclone in class java.lang.Objectpublic final float getLengthUnderLabels()
getLengthUnderLabels in interface IStiAxisTickspublic final void setLengthUnderLabels(float value)
setLengthUnderLabels in interface IStiAxisTickspublic final float getLength()
getLength in interface IStiAxisTickspublic final void setLength(float value)
setLength in interface IStiAxisTickspublic final float getMinorLength()
getMinorLength in interface IStiAxisTickspublic final void setMinorLength(float value)
setMinorLength in interface IStiAxisTickspublic final int getMinorCount()
getMinorCount in interface IStiAxisTickspublic final void setMinorCount(int value)
setMinorCount in interface IStiAxisTickspublic final int getStep()
getStep in interface IStiAxisTickspublic final void setStep(int value)
setStep in interface IStiAxisTickspublic boolean getMinorVisible()
getMinorVisible in interface IStiAxisTickspublic void setMinorVisible(boolean value)
setMinorVisible in interface IStiAxisTickspublic boolean getVisible()
getVisible in interface IStiAxisTickspublic void setVisible(boolean value)
setVisible in interface IStiAxisTicks
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||