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, wait
getGenericChildren, getGenericRecordType
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.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
public java.lang.String toString()
toString
in class java.lang.Object
public ColorGradientFormatting copy()
copy
in interface Duplicatable
public int getDataLength()
public void serialize(LittleEndianOutput out)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.