|
||||||||||
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 IStiConstantLines
clone
in class StiService
public final java.lang.String getServiceCategory()
getServiceCategory
in class StiService
public final java.lang.Class getServiceType()
getServiceType
in class StiService
public final StiConstantLinesCoreXF getCore()
getCore
in interface IStiConstantLines
public final void setCore(StiConstantLinesCoreXF value)
setCore
in interface IStiConstantLines
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiConstantLines
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiConstantLines
public final boolean getAntialiasing()
getAntialiasing
in interface IStiConstantLines
public final void setAntialiasing(boolean value)
setAntialiasing
in interface IStiConstantLines
public final StiTextPosition getPosition()
getPosition
in interface IStiConstantLines
public final void setPosition(StiTextPosition value)
setPosition
in interface IStiConstantLines
public StiFont getFont()
getFont
in interface IStiConstantLines
public void setFont(StiFont value)
setFont
in interface IStiConstantLines
public final java.lang.String getText()
getText
in interface IStiConstantLines
public final void setText(java.lang.String value)
setText
in interface IStiConstantLines
public final boolean getTitleVisible()
getTitleVisible
in interface IStiConstantLines
public final void setTitleVisible(boolean value)
setTitleVisible
in interface IStiConstantLines
public final StiOrientation getOrientation()
getOrientation
in interface IStiConstantLines
public final void setOrientation(StiOrientation value)
setOrientation
in interface IStiConstantLines
public final float getLineWidth()
getLineWidth
in interface IStiConstantLines
public final void setLineWidth(float value)
setLineWidth
in interface IStiConstantLines
public final StiPenStyle getLineStyle()
getLineStyle
in interface IStiConstantLines
public final void setLineStyle(StiPenStyle value)
setLineStyle
in interface IStiConstantLines
public StiColor getLineColor()
getLineColor
in interface IStiConstantLines
public void setLineColor(StiColor value)
setLineColor
in interface IStiConstantLines
public boolean getShowInLegend()
getShowInLegend
in interface IStiConstantLines
public void setShowInLegend(boolean value)
setShowInLegend
in interface IStiConstantLines
public boolean getShowBehind()
getShowBehind
in interface IStiConstantLines
public void setShowBehind(boolean value)
setShowBehind
in interface IStiConstantLines
public java.lang.String getAxisValue()
getAxisValue
in interface IStiConstantLines
public void setAxisValue(java.lang.String value)
setAxisValue
in interface IStiConstantLines
public boolean getVisible()
getVisible
in interface IStiConstantLines
public void setVisible(boolean value)
setVisible
in interface IStiConstantLines
public final IStiChart getChart()
getChart
in interface IStiConstantLines
public final void setChart(IStiChart value)
setChart
in interface IStiConstantLines
public java.lang.String toString()
toString
in class java.lang.Object
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 |