public class XSSFColorScaleFormatting extends java.lang.Object implements ColorScaleFormatting
| Modifier and Type | Method and Description |
|---|---|
XSSFColor |
createColor() |
XSSFConditionalFormattingThreshold |
createThreshold() |
XSSFColor[] |
getColors() |
int |
getNumControlPoints() |
XSSFConditionalFormattingThreshold[] |
getThresholds() |
void |
setColors(Color[] colors) |
void |
setNumControlPoints(int num) |
void |
setThresholds(ConditionalFormattingThreshold[] thresholds) |
public int getNumControlPoints()
getNumControlPoints in interface ColorScaleFormattingpublic void setNumControlPoints(int num)
setNumControlPoints in interface ColorScaleFormattingpublic XSSFColor[] getColors()
getColors in interface ColorScaleFormattingpublic void setColors(Color[] colors)
setColors in interface ColorScaleFormattingpublic XSSFConditionalFormattingThreshold[] getThresholds()
getThresholds in interface ColorScaleFormattingpublic void setThresholds(ConditionalFormattingThreshold[] thresholds)
setThresholds in interface ColorScaleFormattingpublic XSSFColor createColor()
public XSSFConditionalFormattingThreshold createThreshold()
createThreshold in interface ColorScaleFormatting