Package org.apache.poi.hssf.record.cf
Class ColorGradientFormatting
java.lang.Object
org.apache.poi.hssf.record.cf.ColorGradientFormatting
- All Implemented Interfaces:
Cloneable
Color Gradient / Color Scale Conditional Formatting Rule Record.
(Called Color Gradient in the file format docs, but more commonly
Color Scale in the UI)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
int
boolean
boolean
void
void
setColors
(ExtendedColor[] colors) void
setNumControlPoints
(int num) void
setThresholds
(ColorGradientThreshold[] thresholds) toString()
-
Constructor Details
-
ColorGradientFormatting
public ColorGradientFormatting() -
ColorGradientFormatting
-
-
Method Details
-
getNumControlPoints
public int getNumControlPoints() -
setNumControlPoints
public void setNumControlPoints(int num) -
getThresholds
-
setThresholds
-
getColors
-
setColors
-
isClampToCurve
public boolean isClampToCurve() -
isAppliesToBackground
public boolean isAppliesToBackground() -
toString
-
clone
-
getDataLength
public int getDataLength() -
serialize
-