Uses of Class
com.iizix.prop.GColor
Package
Description
Uses of GColor in com.iizigo.prop.editor
Modifier and TypeFieldDescriptionBoxShadowValidator.color
The color, null if not parsed.DropShadowValidator.color
The color, null if not parsed.TextShadowValidator.color
The color, null if not parsed.Modifier and TypeMethodDescriptionColorPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.static GColor
ColorPropEditor.getLastColor()
Gets a last-color.protected GColor
Gets the property value for a user input.Modifier and TypeMethodDescriptionMultiColorPropEditor.createPropertyEditor()
Creates the property editor for a line to edit a single property.Modifier and TypeMethodDescriptionColorPropEditor.formatValue
(GColor 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.static void
ColorPropEditor.setLastColor
(GColor color) Sets the last color.Uses of GColor in com.iizigo.prop.editor.dialog
Uses of GColor in com.iizix.prop
Modifier and TypeFieldDescriptionfinal GColor
GStroke.color
The color.static final GColor
GColor.INHERIT
The inherited color, used for CSS.static final GColor
GColor.NONE
The no-color, i.e.Modifier and TypeMethodDescriptionstatic GColor
GColor.createGColor
(String string) Creates a GColor from a String.Color4Prop.createValue
(ReadTransaction trans) Creates a new color from a transaction.protected GColor
Color4Prop.createValue
(Element element) Creates a color from an element.static GColor
GColor.from
(ReadTransaction trans) Creates a color from a transaction.default GColor
IPropCnrColorSettings.get
(COLOR_OPTION option) Gets a color option.Styles.getBackgroundColor()
Returns the background color.ColorProp.getColor()
Gets the current value set as an GColor.GFillSolid.getColor()
Gets the color.Styles.getColor()
Returns the text color.IPropCnrColor.getDefaultValue()
Gets the default value when the property is not set.ModuleApp.getIconBackgroundColor()
Gets the icon background color, optionally used for SVG icons and/or PNG transparent images.reference to the app icon bitmap.default GColor
IPropCnrColorSettings.getNoDefault
(COLOR_OPTION option) Gets a color option without default value, i.e.default GColor
IPropCnrFontSettings.getNoDefault
(FONT_OPTION option) Gets a color option without default value, i.e.ModuleApp.getThemeColor()
Gets the theme color for Safari on macOS and iOS.ModuleApp.getTileColor()
Gets the tile color for Windows (8) Start menu.static GColor
GColor.parseGColor
(String string) Parses an HTML color String, such as "#nnn", "#123456", "rgb(r,g,b)", "rgba(r,g,b,a)" or a named color.Modifier and TypeMethodDescriptionprotected void
Color4Prop.appendPropValueItem
(SendTransaction trans, GColor value) Appends a color to a transaction.boolean
Checks if two color objects are equal.protected void
Color4Prop.initializeValueElement
(GColor value, Element element) Saves a color to an element.default boolean
IPropCnrColorSettings.set
(COLOR_OPTION option, GColor color) Sets a stroke option.boolean
Styles.setBackgroundColor
(GColor color) Sets the background color.boolean
Sets new color for this property.boolean
Sets the text color.boolean
ColorProp.setPropValue
(GColor newValue) Sets a new value for this property.ModifierConstructorDescriptionCreates a color property with the specified name and value.GFillSolid
(GColor color) Creates a solid fill from a color.GStroke
(GStroke.Cap cap, GStroke.Join join, float miterLimit, float width, GStroke.Style style, GColor color) Creates an new stroke.Uses of GColor in com.iizix.prop.ui.chart
Modifier and TypeMethodDescriptionChartColor.getDefaultValue()
Gets the default value when the property is not set.Uses of GColor in com.iizix.prop.ui.chart.axis2d
Modifier and TypeMethodDescriptionAxisColor.getDefaultValue()
Gets the default value when the property is not set.Uses of GColor in com.iizix.prop.ui.chart.plot2d
Modifier and TypeMethodDescriptionPlotColor.getDefaultValue()
Gets the default value when the property is not set.Uses of GColor in com.iizix.prop.ui.chart.series
Modifier and TypeMethodDescriptionSeriesColor.getDefaultValue()
Gets the default value when the property is not set.