public class ColoringData extends Object implements ComponentData
Modifier and Type | Field and Description |
---|---|
private boolean |
logarithmic |
private Float |
maxValue |
private Float |
midValue |
private Float |
minValue |
private boolean |
useColors |
Constructor and Description |
---|
ColoringData() |
ColoringData(boolean useColors,
boolean logarithmic,
Float minValue,
Float midValue,
Float maxValue) |
Modifier and Type | Method and Description |
---|---|
Float |
getMaxValue()
The value for the ax endpoint color.
|
Float |
getMidValue()
The value for the midpoint color.
|
Float |
getMinValue()
The value for the minimum endpoint color.
|
boolean |
isLogarithmic()
If values should be logarithmised or not.
|
boolean |
isUsingColors()
If colors should be used or not.
|
void |
setLogarithmic(boolean logarithmic) |
void |
setMaxValue(Float maxValue) |
void |
setMidValue(Float midValue) |
void |
setMinValue(Float minValue) |
void |
setUsingColors(boolean useColors) |
private boolean useColors
private boolean logarithmic
private Float minValue
private Float midValue
private Float maxValue
public boolean isUsingColors()
public void setUsingColors(boolean useColors)
public boolean isLogarithmic()
public void setLogarithmic(boolean logarithmic)
public Float getMinValue()
public void setMinValue(Float minValue)
public Float getMidValue()
public void setMidValue(Float midValue)
public Float getMaxValue()
public void setMaxValue(Float maxValue)