Styler |
Styler.setAnnotationsFont(Font annotationsFont) |
Sets the Font used for chart annotations
|
Styler |
Styler.setBaseFont(Font baseFont) |
Set the base font
|
Styler |
Styler.setChartBackgroundColor(Color color) |
Set the chart background color - the part around the edge of the chart
|
Styler |
Styler.setChartFontColor(Color color) |
Set the chart font color.
|
Styler |
Styler.setChartPadding(int chartPadding) |
Set the chart padding
|
Styler |
Styler.setChartTitleBoxBackgroundColor(Color chartTitleBoxBackgroundColor) |
set the chart title box background color
|
Styler |
Styler.setChartTitleBoxBorderColor(Color chartTitleBoxBorderColor) |
set the chart title box border color
|
Styler |
Styler.setChartTitleBoxVisible(boolean isChartTitleBoxVisible) |
Set the chart title box visibility
|
Styler |
Styler.setChartTitleFont(Font chartTitleFont) |
Set the chart title font
|
Styler |
Styler.setChartTitlePadding(int chartTitlePadding) |
set the chart title padding; the space between the chart title and the plot area
|
Styler |
Styler.setChartTitleVisible(boolean isChartTitleVisible) |
Set the chart title visibility
|
Styler |
Styler.setDecimalPattern(String decimalPattern) |
Set the decimal formatter for all numbers on the chart rendered as Strings
|
Styler |
Styler.setHasAnnotations(boolean hasAnnotations) |
Sets if annotations should be added to charts.
|
Styler |
Styler.setLegendBackgroundColor(Color color) |
Set the chart legend background color
|
Styler |
Styler.setLegendBorderColor(Color legendBorderColor) |
|
Styler |
Styler.setLegendFont(Font font) |
Set the chart legend font
|
Styler |
Styler.setLegendPadding(int legendPadding) |
Set the chart legend padding
|
Styler |
Styler.setLegendPosition(Styler.LegendPosition legendPosition) |
sets the legend position
|
Styler |
Styler.setLegendSeriesLineLength(int legendSeriesLineLength) |
Set the chart legend series line length
|
Styler |
Styler.setLegendVisible(boolean isLegendVisible) |
Set the chart legend visibility
|
Styler |
Styler.setPlotBackgroundColor(Color plotBackgroundColor) |
set the plot area's background color
|
Styler |
Styler.setPlotBorderColor(Color plotBorderColor) |
set the plot area's border color
|
Styler |
Styler.setPlotBorderVisible(boolean isPlotBorderVisible) |
sets the visibility of the border around the plot area
|
Styler |
Styler.setPlotContentSize(double plotContentSize) |
Sets the content size of the plot inside the plot area of the chart.
|
Styler |
Styler.setSeriesColors(Color[] seriesColors) |
|
Styler |
Styler.setSeriesLines(BasicStroke[] seriesLines) |
|
Styler |
Styler.setSeriesMarkers(Marker[] seriesMarkers) |
|
Styler |
Styler.setToolTipBackgroundColor(Color toolTipBackgroundColor) |
|
Styler |
Styler.setToolTipBorderColor(Color toolTipBorderColor) |
|
Styler |
Styler.setToolTipFont(Font toolTipFont) |
|
Styler |
Styler.setToolTipHighlightColor(Color toolTipHighlightColor) |
|
Styler |
Styler.setToolTipsAlwaysVisible(boolean toolTipsAlwaysVisible) |
|
Styler |
Styler.setToolTipsEnabled(boolean toolTipsEnabled) |
|
Styler |
Styler.setToolTipType(Styler.ToolTipType toolTipType) |
|