|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStiDataBarIndicator
Interface describes base properties for Data Bar Indicator.
Method Summary | |
---|---|
StiBrushType |
getBrushType()
Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing. |
StiDataBarDirection |
getDirection()
Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left. |
StiColor |
getNegativeBorderColor()
Gets or sets a border color of negative values for data bar indicator. |
StiColor |
getNegativeColor()
Gets or sets a color of negative values for data bar indicator. |
StiColor |
getPositiveBorderColor()
Gets or sets a border color of positive values for data bar indicator. |
StiColor |
getPositiveColor()
Gets or sets a color of positive values for data bar indicator. |
boolean |
getShowBorder()
Gets or sets value which indicates that border is drawing. |
void |
setBrushType(StiBrushType value)
|
void |
setDirection(StiDataBarDirection value)
|
void |
setNegativeBorderColor(StiColor value)
|
void |
setNegativeColor(StiColor value)
|
void |
setPositiveBorderColor(StiColor value)
|
void |
setPositiveColor(StiColor value)
|
void |
setShowBorder(boolean value)
|
Method Detail |
---|
StiBrushType getBrushType()
void setBrushType(StiBrushType value)
StiColor getPositiveColor()
void setPositiveColor(StiColor value)
StiColor getNegativeColor()
void setNegativeColor(StiColor value)
StiColor getPositiveBorderColor()
void setPositiveBorderColor(StiColor value)
StiColor getNegativeBorderColor()
void setNegativeBorderColor(StiColor value)
boolean getShowBorder()
void setShowBorder(boolean value)
StiDataBarDirection getDirection()
void setDirection(StiDataBarDirection value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |