public class AxisConfig
| Constructor and Description |
|---|
AxisConfig(boolean drawAxis,
boolean drawLabels,
int labelFontSizeInPixels,
int labelColor,
ValueRepresentationStrategy labelTextStrategy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
component1() |
boolean |
component2() |
int |
component3() |
int |
component4() |
ValueRepresentationStrategy |
component5() |
AxisConfig |
copy(boolean drawAxis,
boolean drawLabels,
int labelFontSizeInPixels,
int labelColor,
ValueRepresentationStrategy labelTextStrategy) |
boolean |
equals(java.lang.Object p) |
boolean |
getDrawAxis() |
boolean |
getDrawLabels() |
int |
getLabelColor() |
int |
getLabelFontSizeInPixels() |
ValueRepresentationStrategy |
getLabelTextStrategy() |
int |
hashCode() |
java.lang.String |
toString() |
public AxisConfig(boolean drawAxis,
boolean drawLabels,
int labelFontSizeInPixels,
int labelColor,
@NotNull
ValueRepresentationStrategy labelTextStrategy)
public boolean getDrawAxis()
public boolean getDrawLabels()
public int getLabelFontSizeInPixels()
public int getLabelColor()
@NotNull public ValueRepresentationStrategy getLabelTextStrategy()
public boolean component1()
public boolean component2()
public int component3()
public int component4()
@NotNull public ValueRepresentationStrategy component5()
@NotNull public AxisConfig copy(boolean drawAxis, boolean drawLabels, int labelFontSizeInPixels, int labelColor, @NotNull ValueRepresentationStrategy labelTextStrategy)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)