public final class ColorGradientFormatting extends java.lang.Object implements Duplicatable, GenericRecord
| Constructor and Description |
|---|
ColorGradientFormatting() |
ColorGradientFormatting(ColorGradientFormatting other) |
ColorGradientFormatting(LittleEndianInput in) |
| Modifier and Type | Method and Description |
|---|---|
ColorGradientFormatting |
copy() |
ExtendedColor[] |
getColors() |
int |
getDataLength() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic ColorGradientFormatting()
public ColorGradientFormatting(ColorGradientFormatting other)
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.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordpublic java.lang.String toString()
toString in class java.lang.Objectpublic ColorGradientFormatting copy()
copy in interface Duplicatablepublic int getDataLength()
public void serialize(LittleEndianOutput out)