Interface IStiConstantLines
- All Superinterfaces:
Cloneable,IStiJsonReportObject
- All Known Implementing Classes:
StiConstantLines
-
Method Summary
Modifier and TypeMethodDescriptionclone()booleanbooleangetChart()getCore()getFont()floatbooleanbooleangetText()booleanbooleanvoidsetAllowApplyStyle(boolean value) voidsetAntialiasing(boolean value) voidsetAxisValue(String value) voidvoidsetCore(StiConstantLinesCoreXF value) voidvoidsetLineColor(StiColor value) voidsetLineStyle(StiPenStyle value) voidsetLineWidth(float value) voidsetOrientation(StiOrientation value) voidsetPosition(StiTextPosition value) voidsetShowBehind(boolean value) voidsetShowInLegend(boolean value) voidvoidsetTitleVisible(boolean value) voidsetValueString(String valueString) voidsetVisible(boolean value) Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
-
Method Details
-
getCore
StiConstantLinesCoreXF getCore() -
setCore
-
getAllowApplyStyle
boolean getAllowApplyStyle() -
setAllowApplyStyle
void setAllowApplyStyle(boolean value) -
getAntialiasing
boolean getAntialiasing() -
setAntialiasing
void setAntialiasing(boolean value) -
getPosition
StiTextPosition getPosition() -
setPosition
-
getFont
StiFont getFont() -
setFont
-
getText
String getText() -
setText
-
getTitleVisible
boolean getTitleVisible() -
setTitleVisible
void setTitleVisible(boolean value) -
getOrientation
StiOrientation getOrientation() -
setOrientation
-
getLineWidth
float getLineWidth() -
setLineWidth
void setLineWidth(float value) -
getLineStyle
StiPenStyle getLineStyle() -
setLineStyle
-
getLineColor
StiColor getLineColor() -
setLineColor
-
getShowInLegend
boolean getShowInLegend() -
setShowInLegend
void setShowInLegend(boolean value) -
getShowBehind
boolean getShowBehind() -
setShowBehind
void setShowBehind(boolean value) -
getAxisValue
String getAxisValue() -
setAxisValue
-
getVisible
boolean getVisible() -
setVisible
void setVisible(boolean value) -
getChart
IStiChart getChart() -
setChart
-
clone
IStiConstantLines clone() -
getValueString
String getValueString() -
setValueString
-