Uses of Class
com.iizix.prop.GFont
Package
Description
Uses of GFont in com.iizigo.prop.editor
Modifier 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.Modifier 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
ModifierConstructorDescriptionFontDialog
(org.eclipse.swt.widgets.Shell parent, GFont font) Create the dialog.Uses of GFont in com.iizix.prop
Modifier 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.Modifier 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.Uses of GFont in com.iizix.prop.ui.chart
Modifier and TypeMethodDescriptionChartFont.getDefaultValue()
Gets the default value when the property is not set.Uses of GFont in com.iizix.prop.ui.chart.axis2d
Modifier and TypeMethodDescriptionAxisFont.getDefaultValue()
Gets the default value when the property is not set.Uses of GFont in com.iizix.prop.ui.chart.plot2d
Modifier and TypeMethodDescriptionPlotFont.getDefaultValue()
Gets the default value when the property is not set.Uses of GFont in com.iizix.prop.ui.chart.series
Modifier and TypeMethodDescriptionSeriesFont.getDefaultValue()
Gets the default value when the property is not set.