public class XSSFDataBarFormatting extends 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 DataBarFormatting
public void setIconOnly(boolean only)
setIconOnly
in interface DataBarFormatting
public boolean isLeftToRight()
isLeftToRight
in interface DataBarFormatting
public void setLeftToRight(boolean ltr)
setLeftToRight
in interface DataBarFormatting
public int getWidthMin()
getWidthMin
in interface DataBarFormatting
public void setWidthMin(int width)
setWidthMin
in interface DataBarFormatting
public int getWidthMax()
getWidthMax
in interface DataBarFormatting
public void setWidthMax(int width)
setWidthMax
in interface DataBarFormatting
public XSSFColor getColor()
getColor
in interface DataBarFormatting
public void setColor(Color color)
setColor
in interface DataBarFormatting
public XSSFConditionalFormattingThreshold getMinThreshold()
getMinThreshold
in interface DataBarFormatting
public XSSFConditionalFormattingThreshold getMaxThreshold()
getMaxThreshold
in interface DataBarFormatting
public XSSFConditionalFormattingThreshold createThreshold()