public final class ColorGradientFormatting extends java.lang.Object implements Duplicatable
| Constructor and Description |
|---|
ColorGradientFormatting() |
ColorGradientFormatting(ColorGradientFormatting other) |
ColorGradientFormatting(LittleEndianInput in) |
| Modifier and Type | Method and Description |
|---|---|
ColorGradientFormatting |
clone()
Deprecated.
|
ColorGradientFormatting |
copy() |
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(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.lang.String toString()
toString in class java.lang.Object@Deprecated @Removal(version="5.0.0") public ColorGradientFormatting clone()
clone in class java.lang.Objectpublic ColorGradientFormatting copy()
copy in interface Duplicatablepublic int getDataLength()
public void serialize(LittleEndianOutput out)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.