Interface IStiStrips
- All Superinterfaces:
Cloneable,IStiJsonReportObject
- All Known Implementing Classes:
StiStrips
-
Method Summary
Modifier and TypeMethodDescriptionclone()booleanbooleangetChart()getCore()getFont()booleanbooleangetText()booleanbooleanvoidsetAllowApplyStyle(boolean value) voidsetAntialiasing(boolean value) voidvoidsetCore(StiStripsCoreXF value) voidvoidsetMaxValue(String value) voidsetMinValue(String value) voidvoidsetShowBehind(boolean value) voidsetShowInLegend(boolean value) voidsetStripBrush(StiBrush value) voidvoidsetTitleColor(StiColor value) voidsetTitleVisible(boolean value) voidsetVisible(boolean value) Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
-
Method Details
-
getCore
StiStripsCoreXF getCore() -
setCore
-
getAllowApplyStyle
boolean getAllowApplyStyle() -
setAllowApplyStyle
void setAllowApplyStyle(boolean value) -
getShowBehind
boolean getShowBehind() -
setShowBehind
void setShowBehind(boolean value) -
getStripBrush
StiBrush getStripBrush() -
setStripBrush
-
getAntialiasing
boolean getAntialiasing() -
setAntialiasing
void setAntialiasing(boolean value) -
getFont
StiFont getFont() -
setFont
-
getText
String getText() -
setText
-
getTitleVisible
boolean getTitleVisible() -
setTitleVisible
void setTitleVisible(boolean value) -
getTitleColor
StiColor getTitleColor() -
setTitleColor
-
getOrientation
StiStrips.StiOrientation getOrientation() -
setOrientation
-
getShowInLegend
boolean getShowInLegend() -
setShowInLegend
void setShowInLegend(boolean value) -
getMaxValue
String getMaxValue() -
setMaxValue
-
getMinValue
String getMinValue() -
setMinValue
-
getVisible
boolean getVisible() -
setVisible
void setVisible(boolean value) -
getChart
IStiChart getChart() -
setChart
-
clone
IStiStrips clone()
-