Uses of Class
com.iizix.prop.GFont
Packages that use GFont
Package
Description
Uses of GFont in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GFontModifier and TypeMethodDescriptionFontPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected GFont
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GFontModifier and TypeMethodDescriptionFontPropEditor.formatValue
(GFont value) Formats the value for user input as a String.void
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 GFontConstructors in com.iizigo.prop.editor.dialog with parameters of type GFontModifierConstructorDescriptionFontDialog
(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 GFontMethods in com.iizix.prop that return GFontModifier and TypeMethodDescriptiondefault GFont
IPropCnrFontSettings.get
(FONT_OPTION option) Gets a font option.IPropCnrFont.getDefaultValue()
Gets the default value when the property is not set.FontProp.getFont()
Gets the current value set as an GFont.Methods in com.iizix.prop with parameters of type GFontModifier and TypeMethodDescriptionboolean
Checks if two font objects are equal.default boolean
IPropCnrFontSettings.set
(FONT_OPTION option, GFont font) Sets a stroke option.boolean
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 GFontUses of GFont in com.iizix.prop.ui.chart
Methods in com.iizix.prop.ui.chart that return GFontModifier and TypeMethodDescriptionChartFont.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 GFontModifier and TypeMethodDescriptionAxisFont.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 GFontModifier and TypeMethodDescriptionPlotFont.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 GFontModifier and TypeMethodDescriptionSeriesFont.getDefaultValue()
Gets the default value when the property is not set.