public class ChartConfig
| Constructor and Description |
|---|
ChartConfig(AxisConfig xAxisConfig,
AxisConfig yAxisConfig,
int backgroundColor,
int gridColor,
int gridLineWidthInPixels,
int plotLineWidthInPixels,
int selectionSignRadiusInPixels,
int legendTextTitleColor,
int legendBackgroundColor,
boolean selectionAllowed,
boolean drawSelection,
boolean drawBackground,
boolean animationEnabled,
int animationDurationMillis,
java.lang.Integer noChartsDrawableId) |
| Modifier and Type | Method and Description |
|---|---|
AxisConfig |
component1() |
boolean |
component10() |
boolean |
component11() |
boolean |
component12() |
boolean |
component13() |
int |
component14() |
java.lang.Integer |
component15() |
AxisConfig |
component2() |
int |
component3() |
int |
component4() |
int |
component5() |
int |
component6() |
int |
component7() |
int |
component8() |
int |
component9() |
ChartConfig |
copy(AxisConfig xAxisConfig,
AxisConfig yAxisConfig,
int backgroundColor,
int gridColor,
int gridLineWidthInPixels,
int plotLineWidthInPixels,
int selectionSignRadiusInPixels,
int legendTextTitleColor,
int legendBackgroundColor,
boolean selectionAllowed,
boolean drawSelection,
boolean drawBackground,
boolean animationEnabled,
int animationDurationMillis,
java.lang.Integer noChartsDrawableId) |
boolean |
equals(java.lang.Object p) |
int |
getAnimationDurationMillis() |
boolean |
getAnimationEnabled() |
int |
getBackgroundColor() |
boolean |
getDrawBackground() |
boolean |
getDrawSelection() |
int |
getGridColor() |
int |
getGridLineWidthInPixels() |
int |
getLegendBackgroundColor() |
int |
getLegendTextTitleColor() |
java.lang.Integer |
getNoChartsDrawableId() |
int |
getPlotLineWidthInPixels() |
boolean |
getSelectionAllowed() |
int |
getSelectionSignRadiusInPixels() |
AxisConfig |
getXAxisConfig() |
AxisConfig |
getYAxisConfig() |
int |
hashCode() |
java.lang.String |
toString() |
public ChartConfig(@NotNull
AxisConfig xAxisConfig,
@NotNull
AxisConfig yAxisConfig,
int backgroundColor,
int gridColor,
int gridLineWidthInPixels,
int plotLineWidthInPixels,
int selectionSignRadiusInPixels,
int legendTextTitleColor,
int legendBackgroundColor,
boolean selectionAllowed,
boolean drawSelection,
boolean drawBackground,
boolean animationEnabled,
int animationDurationMillis,
@Nullable
java.lang.Integer noChartsDrawableId)
@NotNull public AxisConfig getXAxisConfig()
@NotNull public AxisConfig getYAxisConfig()
public int getBackgroundColor()
public int getGridColor()
public int getGridLineWidthInPixels()
public int getPlotLineWidthInPixels()
public int getSelectionSignRadiusInPixels()
public int getLegendTextTitleColor()
public int getLegendBackgroundColor()
public boolean getSelectionAllowed()
public boolean getDrawSelection()
public boolean getDrawBackground()
public boolean getAnimationEnabled()
public int getAnimationDurationMillis()
@Nullable public java.lang.Integer getNoChartsDrawableId()
@NotNull public AxisConfig component1()
@NotNull public AxisConfig component2()
public int component3()
public int component4()
public int component5()
public int component6()
public int component7()
public int component8()
public int component9()
public boolean component10()
public boolean component11()
public boolean component12()
public boolean component13()
public int component14()
@Nullable public java.lang.Integer component15()
@NotNull public ChartConfig copy(@NotNull AxisConfig xAxisConfig, @NotNull AxisConfig yAxisConfig, int backgroundColor, int gridColor, int gridLineWidthInPixels, int plotLineWidthInPixels, int selectionSignRadiusInPixels, int legendTextTitleColor, int legendBackgroundColor, boolean selectionAllowed, boolean drawSelection, boolean drawBackground, boolean animationEnabled, int animationDurationMillis, @Nullable java.lang.Integer noChartsDrawableId)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)