Package net.finmath.plots.jfreechart
Class StyleGuide
- java.lang.Object
-
- net.finmath.plots.jfreechart.StyleGuide
-
public class StyleGuide extends Object
- Author:
- Christian Fries
-
-
Constructor Summary
Constructors Constructor Description StyleGuide(double scale)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidapplyStyleToChart(org.jfree.chart.JFreeChart chart)voidapplyStyleToChart2(org.jfree.chart.JFreeChart chart)static voidapplyStyleToXYPlot(org.jfree.chart.plot.XYPlot xyPlot)voidapplyStyleToXYPlot2(org.jfree.chart.plot.XYPlot xyPlot)static FontgetAxisLabelFont()static FontgetTickLabelFont()static FontgetTitleFont()
-
-
-
Method Detail
-
applyStyleToChart
public static void applyStyleToChart(org.jfree.chart.JFreeChart chart)
-
applyStyleToXYPlot
public static void applyStyleToXYPlot(org.jfree.chart.plot.XYPlot xyPlot)
-
applyStyleToChart2
public void applyStyleToChart2(org.jfree.chart.JFreeChart chart)
-
applyStyleToXYPlot2
public void applyStyleToXYPlot2(org.jfree.chart.plot.XYPlot xyPlot)
-
getAxisLabelFont
public static Font getAxisLabelFont()
- Returns:
- Font for axis labels.
-
getTickLabelFont
public static Font getTickLabelFont()
- Returns:
- Font for axis tick labels.
-
getTitleFont
public static Font getTitleFont()
- Returns:
- Title font.
-
-