|
||||||||||
| 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.base.services.StiService
com.stimulsoft.report.chart.view.constantLines.StiConstantLines
public class StiConstantLines
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiConstantLines()
|
|
| Method Summary | |
|---|---|
IStiConstantLines |
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. |
boolean |
getAntialiasing()
Gets or sets value which control antialiasing drawing mode. |
java.lang.String |
getAxisValue()
Gets or sets Y axis value through what the constant line is drawn. |
IStiChart |
getChart()
|
StiConstantLinesCoreXF |
getCore()
|
StiFont |
getFont()
Gets or sets font which used for drawing constant line text. |
StiColor |
getLineColor()
Gets or sets color which will be used for drawing constant line. |
StiPenStyle |
getLineStyle()
Gets or sets constant line style. |
float |
getLineWidth()
Gets or sets constant line width. |
StiOrientation |
getOrientation()
Gets or sets horizontal or vertical orientation of constant line. |
StiTextPosition |
getPosition()
Gets or sets text position at contant line. |
java.lang.String |
getServiceCategory()
Gets a service category. |
java.lang.Class |
getServiceType()
Gets a service type. |
boolean |
getShowBehind()
Gets or sets value which indicates that constant lines will be shown behind chart series or in front of chart series. |
boolean |
getShowInLegend()
Gets or sets constant lines in chart legend. |
java.lang.String |
getText()
Gets or sets constant line text. |
boolean |
getTitleVisible()
Gets or sets visibility of constant lines title. |
boolean |
getVisible()
Gets or sets visibility of constant line. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyStyle(boolean value)
|
void |
setAntialiasing(boolean value)
|
void |
setAxisValue(java.lang.String value)
|
void |
setChart(IStiChart value)
|
void |
setCore(StiConstantLinesCoreXF value)
|
void |
setFont(StiFont value)
|
void |
setLineColor(StiColor value)
|
void |
setLineStyle(StiPenStyle value)
|
void |
setLineWidth(float value)
|
void |
setOrientation(StiOrientation value)
|
void |
setPosition(StiTextPosition value)
|
void |
setShowBehind(boolean value)
|
void |
setShowInLegend(boolean value)
|
void |
setText(java.lang.String value)
|
void |
setTitleVisible(boolean value)
|
void |
setVisible(boolean value)
|
java.lang.String |
toString()
|
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, getServiceName, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StiConstantLines()
| Method Detail |
|---|
public IStiConstantLines clone()
clone in interface IStiConstantLinesclone in class StiServicepublic final java.lang.String getServiceCategory()
getServiceCategory in class StiServicepublic final java.lang.Class getServiceType()
getServiceType in class StiServicepublic final StiConstantLinesCoreXF getCore()
getCore in interface IStiConstantLinespublic final void setCore(StiConstantLinesCoreXF value)
setCore in interface IStiConstantLinespublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiConstantLinespublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiConstantLinespublic final boolean getAntialiasing()
getAntialiasing in interface IStiConstantLinespublic final void setAntialiasing(boolean value)
setAntialiasing in interface IStiConstantLinespublic final StiTextPosition getPosition()
getPosition in interface IStiConstantLinespublic final void setPosition(StiTextPosition value)
setPosition in interface IStiConstantLinespublic StiFont getFont()
getFont in interface IStiConstantLinespublic void setFont(StiFont value)
setFont in interface IStiConstantLinespublic final java.lang.String getText()
getText in interface IStiConstantLinespublic final void setText(java.lang.String value)
setText in interface IStiConstantLinespublic final boolean getTitleVisible()
getTitleVisible in interface IStiConstantLinespublic final void setTitleVisible(boolean value)
setTitleVisible in interface IStiConstantLinespublic final StiOrientation getOrientation()
getOrientation in interface IStiConstantLinespublic final void setOrientation(StiOrientation value)
setOrientation in interface IStiConstantLinespublic final float getLineWidth()
getLineWidth in interface IStiConstantLinespublic final void setLineWidth(float value)
setLineWidth in interface IStiConstantLinespublic final StiPenStyle getLineStyle()
getLineStyle in interface IStiConstantLinespublic final void setLineStyle(StiPenStyle value)
setLineStyle in interface IStiConstantLinespublic StiColor getLineColor()
getLineColor in interface IStiConstantLinespublic void setLineColor(StiColor value)
setLineColor in interface IStiConstantLinespublic boolean getShowInLegend()
getShowInLegend in interface IStiConstantLinespublic void setShowInLegend(boolean value)
setShowInLegend in interface IStiConstantLinespublic boolean getShowBehind()
getShowBehind in interface IStiConstantLinespublic void setShowBehind(boolean value)
setShowBehind in interface IStiConstantLinespublic java.lang.String getAxisValue()
getAxisValue in interface IStiConstantLinespublic void setAxisValue(java.lang.String value)
setAxisValue in interface IStiConstantLinespublic boolean getVisible()
getVisible in interface IStiConstantLinespublic void setVisible(boolean value)
setVisible in interface IStiConstantLinespublic final IStiChart getChart()
getChart in interface IStiConstantLinespublic final void setChart(IStiChart value)
setChart in interface IStiConstantLinespublic java.lang.String toString()
toString in class java.lang.Object
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 | |||||||||