com.stimulsoft.report.chart.interfaces.strips
Interface IStiStrips

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject
All Known Implementing Classes:
StiStrips

public interface IStiStrips
extends java.lang.Cloneable, IStiJsonReportObject


Method Summary
 IStiStrips clone()
           
 boolean getAllowApplyStyle()
           
 boolean getAntialiasing()
           
 IStiChart getChart()
           
 StiStripsCoreXF getCore()
           
 StiFont getFont()
           
 java.lang.String getMaxValue()
           
 java.lang.String getMinValue()
           
 StiStrips.StiOrientation getOrientation()
           
 boolean getShowBehind()
           
 boolean getShowInLegend()
           
 StiBrush getStripBrush()
           
 java.lang.String getText()
           
 StiColor getTitleColor()
           
 boolean getTitleVisible()
           
 boolean getVisible()
           
 void setAllowApplyStyle(boolean value)
           
 void setAntialiasing(boolean value)
           
 void setChart(IStiChart value)
           
 void setCore(StiStripsCoreXF value)
           
 void setFont(StiFont value)
           
 void setMaxValue(java.lang.String value)
           
 void setMinValue(java.lang.String value)
           
 void setOrientation(StiStrips.StiOrientation value)
           
 void setShowBehind(boolean value)
           
 void setShowInLegend(boolean value)
           
 void setStripBrush(StiBrush value)
           
 void setText(java.lang.String value)
           
 void setTitleColor(StiColor value)
           
 void setTitleVisible(boolean value)
           
 void setVisible(boolean value)
           
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

getCore

StiStripsCoreXF getCore()

setCore

void setCore(StiStripsCoreXF value)

getAllowApplyStyle

boolean getAllowApplyStyle()

setAllowApplyStyle

void setAllowApplyStyle(boolean value)

getShowBehind

boolean getShowBehind()

setShowBehind

void setShowBehind(boolean value)

getStripBrush

StiBrush getStripBrush()

setStripBrush

void setStripBrush(StiBrush value)

getAntialiasing

boolean getAntialiasing()

setAntialiasing

void setAntialiasing(boolean value)

getFont

StiFont getFont()

setFont

void setFont(StiFont value)

getText

java.lang.String getText()

setText

void setText(java.lang.String value)

getTitleVisible

boolean getTitleVisible()

setTitleVisible

void setTitleVisible(boolean value)

getTitleColor

StiColor getTitleColor()

setTitleColor

void setTitleColor(StiColor value)

getOrientation

StiStrips.StiOrientation getOrientation()

setOrientation

void setOrientation(StiStrips.StiOrientation value)

getShowInLegend

boolean getShowInLegend()

setShowInLegend

void setShowInLegend(boolean value)

getMaxValue

java.lang.String getMaxValue()

setMaxValue

void setMaxValue(java.lang.String value)

getMinValue

java.lang.String getMinValue()

setMinValue

void setMinValue(java.lang.String value)

getVisible

boolean getVisible()

setVisible

void setVisible(boolean value)

getChart

IStiChart getChart()

setChart

void setChart(IStiChart value)

clone

IStiStrips clone()