public final class HSSFDataBarFormatting extends Object implements DataBarFormatting
| Modifier and Type | Method and Description |
|---|---|
HSSFConditionalFormattingThreshold |
createThreshold() |
HSSFExtendedColor |
getColor() |
HSSFConditionalFormattingThreshold |
getMaxThreshold()
The threshold that defines "everything from here up is maximum"
|
HSSFConditionalFormattingThreshold |
getMinThreshold()
The threshold that defines "everything from here down is minimum"
|
int |
getWidthMax()
How much of the cell width, in %, should be given to
the max value?
|
int |
getWidthMin()
How much of the cell width, in %, should be given to
the min value?
|
boolean |
isIconOnly()
Should Icon + Value be displayed, or only the Icon?
|
boolean |
isLeftToRight()
Is the bar drawn from Left-to-Right, or from
Right-to-Left
|
void |
setColor(Color color) |
void |
setIconOnly(boolean only)
Control if only the Icon is shown, or Icon + Value
|
void |
setLeftToRight(boolean ltr)
Control if the bar is drawn from Left-to-Right,
or from Right-to-Left
|
void |
setWidthMax(int width) |
void |
setWidthMin(int width) |
public boolean isLeftToRight()
DataBarFormattingisLeftToRight in interface DataBarFormattingpublic void setLeftToRight(boolean ltr)
DataBarFormattingsetLeftToRight in interface DataBarFormattingpublic int getWidthMin()
DataBarFormattinggetWidthMin in interface DataBarFormattingpublic void setWidthMin(int width)
setWidthMin in interface DataBarFormattingpublic int getWidthMax()
DataBarFormattinggetWidthMax in interface DataBarFormattingpublic void setWidthMax(int width)
setWidthMax in interface DataBarFormattingpublic HSSFExtendedColor getColor()
getColor in interface DataBarFormattingpublic void setColor(Color color)
setColor in interface DataBarFormattingpublic HSSFConditionalFormattingThreshold getMinThreshold()
DataBarFormattinggetMinThreshold in interface DataBarFormattingpublic HSSFConditionalFormattingThreshold getMaxThreshold()
DataBarFormattinggetMaxThreshold in interface DataBarFormattingpublic boolean isIconOnly()
DataBarFormattingisIconOnly in interface DataBarFormattingpublic void setIconOnly(boolean only)
DataBarFormattingsetIconOnly in interface DataBarFormattingpublic HSSFConditionalFormattingThreshold createThreshold()
Copyright © 2010 - 2020 Adobe. All Rights Reserved