|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataBarFormatting
High level representation for the DataBar Formatting component of Conditional Formatting settings
Method Summary | |
---|---|
Color |
getColor()
|
ConditionalFormattingThreshold |
getMaxThreshold()
The threshold that defines "everything from here up is maximum" |
ConditionalFormattingThreshold |
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)
|
Method Detail |
---|
boolean isLeftToRight()
void setLeftToRight(boolean ltr)
boolean isIconOnly()
void setIconOnly(boolean only)
int getWidthMin()
void setWidthMin(int width)
int getWidthMax()
void setWidthMax(int width)
Color getColor()
void setColor(Color color)
ConditionalFormattingThreshold getMinThreshold()
ConditionalFormattingThreshold getMaxThreshold()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |