Java Code Examples for org.jfree.chart.axis.ValueAxis#getTickLabelFont()
The following examples show how to use
org.jfree.chart.axis.ValueAxis#getTickLabelFont() .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: JThermometer.java From openstock with GNU General Public License v3.0 | 2 votes |
/** * Returns the tick label font. * * @return The tick label font. */ public Font getTickLabelFont() { ValueAxis axis = this.plot.getRangeAxis(); return axis.getTickLabelFont(); }
Example 2
Source File: JThermometer.java From ccu-historian with GNU General Public License v3.0 | 2 votes |
/** * Returns the tick label font. * * @return The tick label font. */ public Font getTickLabelFont() { ValueAxis axis = this.plot.getRangeAxis(); return axis.getTickLabelFont(); }
Example 3
Source File: JThermometer.java From SIMVA-SoS with Apache License 2.0 | 2 votes |
/** * Returns the tick label font. * * @return The tick label font. */ public Font getTickLabelFont() { ValueAxis axis = this.plot.getRangeAxis(); return axis.getTickLabelFont(); }
Example 4
Source File: JThermometer.java From ECG-Viewer with GNU General Public License v2.0 | 2 votes |
/** * Returns the tick label font. * * @return The tick label font. */ public Font getTickLabelFont() { ValueAxis axis = this.plot.getRangeAxis(); return axis.getTickLabelFont(); }
Example 5
Source File: JThermometer.java From astor with GNU General Public License v2.0 | 2 votes |
/** * Returns the tick label font. * * @return The tick label font. */ public Font getTickLabelFont() { ValueAxis axis = this.plot.getRangeAxis(); return axis.getTickLabelFont(); }
Example 6
Source File: JThermometer.java From opensim-gui with Apache License 2.0 | 2 votes |
/** * Returns the tick label font. * * @return The tick label font. */ public Font getTickLabelFont() { ValueAxis axis = this.plot.getRangeAxis(); return axis.getTickLabelFont(); }
Example 7
Source File: JThermometer.java From buffer_bci with GNU General Public License v3.0 | 2 votes |
/** * Returns the tick label font. * * @return The tick label font. */ public Font getTickLabelFont() { ValueAxis axis = this.plot.getRangeAxis(); return axis.getTickLabelFont(); }
Example 8
Source File: JThermometer.java From buffer_bci with GNU General Public License v3.0 | 2 votes |
/** * Returns the tick label font. * * @return The tick label font. */ public Font getTickLabelFont() { ValueAxis axis = this.plot.getRangeAxis(); return axis.getTickLabelFont(); }