Java org.jfree.chart StandardChartTheme fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart StandardChartTheme fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart StandardChartTheme.

The text is from its open source code.

Subclass

org.jfree.chart.StandardChartTheme has subclasses.
Click this link to see all its subclasses.

Constructor

StandardChartTheme(String name)
Creates a new default instance.
StandardChartTheme(String name, boolean shadow)
Creates a new default instance.

Method

voidapply(JFreeChart chart)
Applies this theme to the supplied chart.
ChartThemecreateDarknessTheme()
Creates and returns a theme called "Darkness".
ChartThemecreateJFreeTheme()
Creates and returns the default 'JFree' chart theme.
ChartThemecreateLegacyTheme()
Creates and returns a ChartTheme that doesn't apply any changes to the JFreeChart defaults.
PaintgetAxisLabelPaint()
Returns the axis label paint.
FontgetExtraLargeFont()
Returns the largest font for this theme.
FontgetLargeFont()
Returns the large font for this theme.
StringgetName()
Returns the name of this theme.
FontgetRegularFont()
Returns the regular font.
FontgetSmallFont()
Returns the small font.
voidsetAxisLabelPaint(Paint paint)
Sets the axis label paint.
voidsetAxisOffset(RectangleInsets offset)
Sets the axis offset.
voidsetBarPainter(BarPainter painter)
Sets the bar painter.
voidsetChartBackgroundPaint(Paint paint)
Sets the chart background paint.
voidsetDomainGridlinePaint(Paint paint)
Sets the domain grid line paint.
voidsetExtraLargeFont(Font font)
Sets the largest font for this theme.
voidsetGridBandPaint(Paint paint)
Sets the grid band paint.
voidsetLargeFont(Font font)
Sets the large font for this theme.
voidsetPlotBackgroundPaint(Paint paint)
Sets the plot background paint.
voidsetPlotOutlinePaint(Paint paint)
Sets the plot outline paint.
voidsetRangeGridlinePaint(Paint paint)
Sets the range grid line paint.
voidsetRegularFont(Font font)
Sets the regular font for this theme.
voidsetShadowVisible(boolean visible)
Sets the shadow visibility flag.
voidsetSmallFont(Font font)
Sets the small font for this theme.
voidsetTitlePaint(Paint paint)
Sets the title paint.
voidsetXYBarPainter(XYBarPainter painter)
Sets the XY bar painter.