Package org.apache.poi.xssf.usermodel
Class XSSFDataBarFormatting
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFDataBarFormatting
-
- All Implemented Interfaces:
DataBarFormatting
public class XSSFDataBarFormatting extends Object implements DataBarFormatting
High level representation for DataBar / Data Bar Formatting component of Conditional Formatting settings
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSSFConditionalFormattingThresholdcreateThreshold()XSSFColorgetColor()XSSFConditionalFormattingThresholdgetMaxThreshold()XSSFConditionalFormattingThresholdgetMinThreshold()intgetWidthMax()intgetWidthMin()booleanisIconOnly()booleanisLeftToRight()voidsetColor(Color color)voidsetIconOnly(boolean only)voidsetLeftToRight(boolean ltr)voidsetWidthMax(int width)voidsetWidthMin(int width)
-
-
-
Method Detail
-
isIconOnly
public boolean isIconOnly()
- Specified by:
isIconOnlyin interfaceDataBarFormatting
-
setIconOnly
public void setIconOnly(boolean only)
- Specified by:
setIconOnlyin interfaceDataBarFormatting
-
isLeftToRight
public boolean isLeftToRight()
- Specified by:
isLeftToRightin interfaceDataBarFormatting
-
setLeftToRight
public void setLeftToRight(boolean ltr)
- Specified by:
setLeftToRightin interfaceDataBarFormatting
-
getWidthMin
public int getWidthMin()
- Specified by:
getWidthMinin interfaceDataBarFormatting
-
setWidthMin
public void setWidthMin(int width)
- Specified by:
setWidthMinin interfaceDataBarFormatting
-
getWidthMax
public int getWidthMax()
- Specified by:
getWidthMaxin interfaceDataBarFormatting
-
setWidthMax
public void setWidthMax(int width)
- Specified by:
setWidthMaxin interfaceDataBarFormatting
-
getColor
public XSSFColor getColor()
- Specified by:
getColorin interfaceDataBarFormatting
-
setColor
public void setColor(Color color)
- Specified by:
setColorin interfaceDataBarFormatting
-
getMinThreshold
public XSSFConditionalFormattingThreshold getMinThreshold()
- Specified by:
getMinThresholdin interfaceDataBarFormatting
-
getMaxThreshold
public XSSFConditionalFormattingThreshold getMaxThreshold()
- Specified by:
getMaxThresholdin interfaceDataBarFormatting
-
createThreshold
public XSSFConditionalFormattingThreshold createThreshold()
-
-