public final class ColorGradientFormatting
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
ColorGradientFormatting() |
ColorGradientFormatting(LittleEndianInput in) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
ExtendedColor[] |
getColors() |
int |
getDataLength() |
int |
getNumControlPoints() |
ColorGradientThreshold[] |
getThresholds() |
boolean |
isAppliesToBackground() |
boolean |
isClampToCurve() |
void |
serialize(LittleEndianOutput out) |
void |
setColors(ExtendedColor[] colors) |
void |
setNumControlPoints(int num) |
void |
setThresholds(ColorGradientThreshold[] thresholds) |
java.lang.String |
toString() |
public ColorGradientFormatting()
public ColorGradientFormatting(LittleEndianInput in)
public int getNumControlPoints()
public void setNumControlPoints(int num)
public ColorGradientThreshold[] getThresholds()
public void setThresholds(ColorGradientThreshold[] thresholds)
public ExtendedColor[] getColors()
public void setColors(ExtendedColor[] colors)
public boolean isClampToCurve()
public boolean isAppliesToBackground()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic int getDataLength()
public void serialize(LittleEndianOutput out)
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.