Java Code Examples for org.jfree.experimental.swt.SWTUtils#toAwtFont()
The following examples show how to use
org.jfree.experimental.swt.SWTUtils#toAwtFont() .
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: SWTAxisEditor.java From openstock with GNU General Public License v3.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.labelFont, true); }
Example 2
Source File: SWTAxisEditor.java From openstock with GNU General Public License v3.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getTickLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.tickLabelFont, true); }
Example 3
Source File: SWTAxisEditor.java From ccu-historian with GNU General Public License v3.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.labelFont, true); }
Example 4
Source File: SWTAxisEditor.java From ccu-historian with GNU General Public License v3.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getTickLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.tickLabelFont, true); }
Example 5
Source File: SWTAxisEditor.java From SIMVA-SoS with Apache License 2.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.labelFont, true); }
Example 6
Source File: SWTAxisEditor.java From SIMVA-SoS with Apache License 2.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getTickLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.tickLabelFont, true); }
Example 7
Source File: SWTAxisEditor.java From ECG-Viewer with GNU General Public License v2.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.labelFont, true); }
Example 8
Source File: SWTAxisEditor.java From ECG-Viewer with GNU General Public License v2.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getTickLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.tickLabelFont, true); }
Example 9
Source File: SWTAxisEditor.java From astor with GNU General Public License v2.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.labelFont, true); }
Example 10
Source File: SWTAxisEditor.java From astor with GNU General Public License v2.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getTickLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.tickLabelFont, true); }
Example 11
Source File: SWTAxisEditor.java From astor with GNU General Public License v2.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.labelFont, true); }
Example 12
Source File: SWTAxisEditor.java From astor with GNU General Public License v2.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getTickLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.tickLabelFont, true); }
Example 13
Source File: SWTAxisEditor.java From buffer_bci with GNU General Public License v3.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.labelFont, true); }
Example 14
Source File: SWTAxisEditor.java From buffer_bci with GNU General Public License v3.0 | 2 votes |
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getTickLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.tickLabelFont, true); }