Package org.apache.poi.hssf.record.cf
Class ColorGradientFormatting
- java.lang.Object
-
- org.apache.poi.hssf.record.cf.ColorGradientFormatting
-
-
Constructor Summary
Constructors Constructor Description ColorGradientFormatting()ColorGradientFormatting(LittleEndianInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()ExtendedColor[]getColors()intgetDataLength()intgetNumControlPoints()ColorGradientThreshold[]getThresholds()booleanisAppliesToBackground()booleanisClampToCurve()voidserialize(LittleEndianOutput out)voidsetColors(ExtendedColor[] colors)voidsetNumControlPoints(int num)voidsetThresholds(ColorGradientThreshold[] thresholds)StringtoString()
-
-
-
Constructor Detail
-
ColorGradientFormatting
public ColorGradientFormatting()
-
ColorGradientFormatting
public ColorGradientFormatting(LittleEndianInput in)
-
-
Method Detail
-
getNumControlPoints
public int getNumControlPoints()
-
setNumControlPoints
public void setNumControlPoints(int num)
-
getThresholds
public ColorGradientThreshold[] getThresholds()
-
setThresholds
public void setThresholds(ColorGradientThreshold[] thresholds)
-
getColors
public ExtendedColor[] getColors()
-
setColors
public void setColors(ExtendedColor[] colors)
-
isClampToCurve
public boolean isClampToCurve()
-
isAppliesToBackground
public boolean isAppliesToBackground()
-
clone
public Object clone()
-
getDataLength
public int getDataLength()
-
serialize
public void serialize(LittleEndianOutput out)
-
-