Uses of Class
com.iizix.prop.GFont
Uses of GFont in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GFont Modifier and Type Method Description GFont
FontPropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected GFont
FontPropEditor. getValue(java.lang.String input)
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GFont Modifier and Type Method Description java.lang.String
FontPropEditor. formatValue(GFont value)
Formats the value for user input as a String.void
FontPropEditor. onUpdate(GFont font)
Called when a property event has been fired and the edited entry needs to be updated.Uses of GFont in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return GFont Modifier and Type Method Description GFont
FontDialog. open()
Open the dialog.Constructors in com.iizigo.prop.editor.dialog with parameters of type GFont Constructor Description FontDialog(org.eclipse.swt.widgets.Shell parent, GFont font)
Create the dialog.Uses of GFont in com.iizix.prop
Fields in com.iizix.prop declared as GFont Modifier and Type Field Description static GFont
GFont. DEFAULT
The default font: 10p serif.Methods in com.iizix.prop that return GFont Modifier and Type Method Description default GFont
IPropCnrFontSettings. get(FONT_OPTION option)
Gets a font option.GFont
IPropCnrFont. getDefaultValue()
Gets the default value when the property is not set.GFont
FontProp. getFont()
Gets the current value set as an GFont.Methods in com.iizix.prop with parameters of type GFont Modifier and Type Method Description boolean
GFont. equals(GFont font)
Checks if two font objects are equal.default boolean
IPropCnrFontSettings. set(FONT_OPTION option, GFont font)
Sets a stroke option.boolean
FontProp. setFont(GFont font)
Sets new font for this property.boolean
FontProp. setPropValue(GFont newValue)
Sets a new value for this property.Constructors in com.iizix.prop with parameters of type GFont Constructor Description FontProp(Atom propertyAtom, GFont newValue)
Creates a font property with the specified name and value.Uses of GFont in com.iizix.prop.ui.chart
Methods in com.iizix.prop.ui.chart that return GFont Modifier and Type Method Description GFont
ChartFont. getDefaultValue()
Gets the default value when the property is not set.Uses of GFont in com.iizix.prop.ui.chart.axis2d
Methods in com.iizix.prop.ui.chart.axis2d that return GFont Modifier and Type Method Description GFont
AxisFont. getDefaultValue()
Gets the default value when the property is not set.Uses of GFont in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that return GFont Modifier and Type Method Description GFont
PlotFont. getDefaultValue()
Gets the default value when the property is not set.Uses of GFont in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series that return GFont Modifier and Type Method Description GFont
SeriesFont. getDefaultValue()
Gets the default value when the property is not set.