Package io.keikai.model
Interface SDataBar
-
- All Known Implementing Classes:
DataBarImpl
public interface SDataBar
Condiditional Formatting of "dataBar" type.- Since:
- 3.8.2
- Author:
- henri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SColor
getAxisColor()
Return the axis color of the bar in extLst.String
getAxisPosition()
Return the axisPosition of this bar in extLst.SColor
getBorderColor()
Return the border color of the bar in extLst.List<SCFValueObject>
getCFValueObjects()
Returns the value objects.SColor
getColor()
Returns the color of the barString
getDirection()
Return the direction of this bar in extLst.int
getMaxLength()
Returns the maximum length in percentage of this data bar; default to 90int
getMinLength()
Returns the minimum length in percentage of this data bar; default to 10.SColor
getNegativeBorderColor()
Return the negative border color of the bar in extLst.SColor
getNegativeFillColor()
Return the negative fill color of the bar in extLst.boolean
isBorder()
Return whether enables border or not in extLst.boolean
isGradient()
Return whether enables gradient or not in extLst.boolean
isNegativeBarBorderColorSameAsPositive()
Return whether enables negativeBarBorderColorSameAsPositive in extLst.boolean
isNegativeBarColorSameAsPositive()
Return whether enables negativeBarColorSameAsPositive in extLst.boolean
isShowValue()
Returns whether show the value in the data bar
-
-
-
Method Detail
-
getCFValueObjects
List<SCFValueObject> getCFValueObjects()
Returns the value objects.- Returns:
-
getColor
SColor getColor()
Returns the color of the bar
-
getMinLength
int getMinLength()
Returns the minimum length in percentage of this data bar; default to 10.
-
getMaxLength
int getMaxLength()
Returns the maximum length in percentage of this data bar; default to 90
-
isShowValue
boolean isShowValue()
Returns whether show the value in the data bar
-
getBorderColor
SColor getBorderColor()
Return the border color of the bar in extLst. since 5.9.0- Returns:
-
getNegativeBorderColor
SColor getNegativeBorderColor()
Return the negative border color of the bar in extLst. since 5.9.0- Returns:
-
getNegativeFillColor
SColor getNegativeFillColor()
Return the negative fill color of the bar in extLst. since 5.9.0- Returns:
-
getAxisColor
SColor getAxisColor()
Return the axis color of the bar in extLst. since 5.9.0- Returns:
-
isGradient
boolean isGradient()
Return whether enables gradient or not in extLst. Default: true since 5.9.0- Returns:
-
isBorder
boolean isBorder()
Return whether enables border or not in extLst. Default: false since 5.9.0- Returns:
-
isNegativeBarColorSameAsPositive
boolean isNegativeBarColorSameAsPositive()
Return whether enables negativeBarColorSameAsPositive in extLst. Default: true since 5.9.0- Returns:
-
isNegativeBarBorderColorSameAsPositive
boolean isNegativeBarBorderColorSameAsPositive()
Return whether enables negativeBarBorderColorSameAsPositive in extLst. Default: true since 5.9.0- Returns:
-
getAxisPosition
String getAxisPosition()
Return the axisPosition of this bar in extLst. Default: "auto" since 5.9.0- Returns:
-
getDirection
String getDirection()
Return the direction of this bar in extLst. Default: "leftToRight" since 5.9.0- Returns:
-
-