org.apache.poi.xssf.usermodel
Class XSSFDataBarFormatting

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.XSSFDataBarFormatting
All Implemented Interfaces:
DataBarFormatting

public class XSSFDataBarFormatting
extends java.lang.Object
implements DataBarFormatting

High level representation for DataBar / Data Bar Formatting component of Conditional Formatting settings


Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isIconOnly

public boolean isIconOnly()
Specified by:
isIconOnly in interface DataBarFormatting

setIconOnly

public void setIconOnly(boolean only)
Specified by:
setIconOnly in interface DataBarFormatting

isLeftToRight

public boolean isLeftToRight()
Specified by:
isLeftToRight in interface DataBarFormatting

setLeftToRight

public void setLeftToRight(boolean ltr)
Specified by:
setLeftToRight in interface DataBarFormatting

getWidthMin

public int getWidthMin()
Specified by:
getWidthMin in interface DataBarFormatting

setWidthMin

public void setWidthMin(int width)
Specified by:
setWidthMin in interface DataBarFormatting

getWidthMax

public int getWidthMax()
Specified by:
getWidthMax in interface DataBarFormatting

setWidthMax

public void setWidthMax(int width)
Specified by:
setWidthMax in interface DataBarFormatting

getColor

public XSSFColor getColor()
Specified by:
getColor in interface DataBarFormatting

setColor

public void setColor(Color color)
Specified by:
setColor in interface DataBarFormatting

getMinThreshold

public XSSFConditionalFormattingThreshold getMinThreshold()
Specified by:
getMinThreshold in interface DataBarFormatting

getMaxThreshold

public XSSFConditionalFormattingThreshold getMaxThreshold()
Specified by:
getMaxThreshold in interface DataBarFormatting

createThreshold

public XSSFConditionalFormattingThreshold createThreshold()