Uses of Class
com.iizix.prop.GColor
Uses of GColor in com.iizigo.prop.editor
Fields in com.iizigo.prop.editor declared as GColor Modifier and Type Field Description GColor
BoxShadowValidator. color
The color, null if not parsed.GColor
DropShadowValidator. color
The color, null if not parsed.GColor
TextShadowValidator. color
The color, null if not parsed.Methods in com.iizigo.prop.editor that return GColor Modifier and Type Method Description GColor
ColorPropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.static GColor
ColorPropEditor. getLastColor()
Gets a last-color.protected GColor
ColorPropEditor. getValue(java.lang.String input)
Gets the property value for a user input.Methods in com.iizigo.prop.editor that return types with arguments of type GColor Modifier and Type Method Description IEditedPropertyEntryMultiProp<ColorProp,GColor>
MultiColorPropEditor. createPropertyEditor()
Creates the property editor for a line to edit a single property.Methods in com.iizigo.prop.editor with parameters of type GColor Modifier and Type Method Description java.lang.String
ColorPropEditor. formatValue(GColor value)
Formats the value for user input as a String.void
ColorPropEditor. onUpdate(GColor value)
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
Methods in com.iizigo.prop.editor.dialog that return GColor Modifier and Type Method Description GColor
ColorDialog. open()
Open the dialog.Uses of GColor in com.iizix.prop
Fields in com.iizix.prop declared as GColor Modifier and Type Field Description GColor
GStroke. color
The color.static GColor
GColor. INHERIT
The inherited color, used for CSS.static GColor
GColor. NONE
The no-color, i.e.Methods in com.iizix.prop that return GColor Modifier and Type Method Description static GColor
GColor. createGColor(java.lang.String string)
Creates a GColor from a String.GColor
Color4Prop. createValue(ReadTransaction trans)
Creates a new color from a transaction.protected GColor
Color4Prop. createValue(org.w3c.dom.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.GColor
Styles. getBackgroundColor()
Returns the background color.GColor
ColorProp. getColor()
Gets the current value set as an GColor.GColor
GFillSolid. getColor()
Gets the color.GColor
Styles. getColor()
Returns the text color.GColor
IPropCnrColor. getDefaultValue()
Gets the default value when the property is not set.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.static GColor
GColor. parseGColor(java.lang.String string)
Parses an HTML color String, such as "#nnn", "#123456", "rgb(r,g,b)", "rgba(r,g,b,a)" or a named color.Methods in com.iizix.prop with parameters of type GColor Modifier and Type Method Description protected void
Color4Prop. appendPropValueItem(SendTransaction trans, GColor value)
Appends a color to a transaction.boolean
GColor. equals(GColor color)
Checks if two color objects are equal.protected void
Color4Prop. initializeValueElement(GColor value, org.w3c.dom.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
ColorProp. setColor(GColor color)
Sets new color for this property.boolean
Styles. setColor(GColor color)
Sets the text color.boolean
ColorProp. setPropValue(GColor newValue)
Sets a new value for this property.Constructors in com.iizix.prop with parameters of type GColor Constructor Description ColorProp(Atom propertyAtom, GColor newValue)
Creates 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
Methods in com.iizix.prop.ui.chart that return GColor Modifier and Type Method Description GColor
ChartColor. getDefaultValue()
Gets the default value when the property is not set.Uses of GColor in com.iizix.prop.ui.chart.axis2d
Methods in com.iizix.prop.ui.chart.axis2d that return GColor Modifier and Type Method Description GColor
AxisColor. getDefaultValue()
Gets the default value when the property is not set.Uses of GColor in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that return GColor Modifier and Type Method Description GColor
PlotColor. getDefaultValue()
Gets the default value when the property is not set.Uses of GColor in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series that return GColor Modifier and Type Method Description GColor
SeriesColor. getDefaultValue()
Gets the default value when the property is not set.