public class XSSFDataBarFormatting extends java.lang.Object implements DataBarFormatting
| Modifier and Type | Method and Description |
|---|---|
XSSFConditionalFormattingThreshold |
createThreshold() |
XSSFColor |
getColor() |
XSSFConditionalFormattingThreshold |
getMaxThreshold() |
XSSFConditionalFormattingThreshold |
getMinThreshold() |
int |
getWidthMax() |
int |
getWidthMin() |
boolean |
isIconOnly() |
boolean |
isLeftToRight() |
void |
setColor(Color color) |
void |
setIconOnly(boolean only) |
void |
setLeftToRight(boolean ltr) |
void |
setWidthMax(int width) |
void |
setWidthMin(int width) |
public boolean isIconOnly()
isIconOnly in interface DataBarFormattingpublic void setIconOnly(boolean only)
setIconOnly in interface DataBarFormattingpublic boolean isLeftToRight()
isLeftToRight in interface DataBarFormattingpublic void setLeftToRight(boolean ltr)
setLeftToRight in interface DataBarFormattingpublic int getWidthMin()
getWidthMin in interface DataBarFormattingpublic void setWidthMin(int width)
setWidthMin in interface DataBarFormattingpublic int getWidthMax()
getWidthMax in interface DataBarFormattingpublic void setWidthMax(int width)
setWidthMax in interface DataBarFormattingpublic XSSFColor getColor()
getColor in interface DataBarFormattingpublic void setColor(Color color)
setColor in interface DataBarFormattingpublic XSSFConditionalFormattingThreshold getMinThreshold()
getMinThreshold in interface DataBarFormattingpublic XSSFConditionalFormattingThreshold getMaxThreshold()
getMaxThreshold in interface DataBarFormattingpublic XSSFConditionalFormattingThreshold createThreshold()