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 GColorBoxShadowValidator. colorThe color, null if not parsed.GColorDropShadowValidator. colorThe color, null if not parsed.GColorTextShadowValidator. colorThe color, null if not parsed.Methods in com.iizigo.prop.editor that return GColor Modifier and Type Method Description GColorColorPropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.static GColorColorPropEditor. getLastColor()Gets a last-color.protected GColorColorPropEditor. 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.StringColorPropEditor. formatValue(GColor value)Formats the value for user input as a String.voidColorPropEditor. onUpdate(GColor value)Called when a property event has been fired and the edited entry needs to be updated.static voidColorPropEditor. 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 GColorColorDialog. open()Open the dialog.Uses of GColor in com.iizix.prop
Fields in com.iizix.prop declared as GColor Modifier and Type Field Description GColorGStroke. colorThe color.static GColorGColor. INHERITThe inherited color, used for CSS.static GColorGColor. NONEThe no-color, i.e.Methods in com.iizix.prop that return GColor Modifier and Type Method Description static GColorGColor. createGColor(java.lang.String string)Creates a GColor from a String.GColorColor4Prop. createValue(ReadTransaction trans)Creates a new color from a transaction.protected GColorColor4Prop. createValue(org.w3c.dom.Element element)Creates a color from an element.static GColorGColor. from(ReadTransaction trans)Creates a color from a transaction.default GColorIPropCnrColorSettings. get(COLOR_OPTION option)Gets a color option.GColorStyles. getBackgroundColor()Returns the background color.GColorColorProp. getColor()Gets the current value set as an GColor.GColorGFillSolid. getColor()Gets the color.GColorStyles. getColor()Returns the text color.GColorIPropCnrColor. getDefaultValue()Gets the default value when the property is not set.default GColorIPropCnrColorSettings. getNoDefault(COLOR_OPTION option)Gets a color option without default value, i.e.default GColorIPropCnrFontSettings. getNoDefault(FONT_OPTION option)Gets a color option without default value, i.e.static GColorGColor. 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 voidColor4Prop. appendPropValueItem(SendTransaction trans, GColor value)Appends a color to a transaction.booleanGColor. equals(GColor color)Checks if two color objects are equal.protected voidColor4Prop. initializeValueElement(GColor value, org.w3c.dom.Element element)Saves a color to an element.default booleanIPropCnrColorSettings. set(COLOR_OPTION option, GColor color)Sets a stroke option.booleanStyles. setBackgroundColor(GColor color)Sets the background color.booleanColorProp. setColor(GColor color)Sets new color for this property.booleanStyles. setColor(GColor color)Sets the text color.booleanColorProp. 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 GColorChartColor. 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 GColorAxisColor. 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 GColorPlotColor. 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 GColorSeriesColor. getDefaultValue()Gets the default value when the property is not set.