Uses of Class
com.iizix.prop.GColor
Packages that use GColor
Package
Description
Uses of GColor in com.iizigo.prop.editor
Fields in com.iizigo.prop.editor declared as GColorModifier and TypeFieldDescriptionBoxShadowValidator.colorThe color, null if not parsed.DropShadowValidator.colorThe color, null if not parsed.TextShadowValidator.colorThe color, null if not parsed.Methods in com.iizigo.prop.editor that return GColorModifier and TypeMethodDescriptionColorPropEditor.getDefaultValue()Gets the default defined value to set in the property when defined.static GColorColorPropEditor.getLastColor()Gets a last-color.protected GColorGets the property value for a user input.Methods in com.iizigo.prop.editor that return types with arguments of type GColorModifier and TypeMethodDescriptionMultiColorPropEditor.createPropertyEditor()Creates the property editor for a line to edit a single property.Methods in com.iizigo.prop.editor with parameters of type GColorModifier and TypeMethodDescriptionColorPropEditor.formatValue(GColor value) Formats the value for user input as a String.voidCalled 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 GColorUses of GColor in com.iizix.prop
Fields in com.iizix.prop declared as GColorModifier and TypeFieldDescriptionfinal GColorGStroke.colorThe color.static final GColorGColor.INHERITThe inherited color, used for CSS.static final GColorGColor.NONEThe no-color, i.e.Methods in com.iizix.prop that return GColorModifier and TypeMethodDescriptionstatic GColorGColor.createGColor(String string) Creates a GColor from a String.Color4Prop.createValue(ReadTransaction trans) Creates a new color from a transaction.protected GColorColor4Prop.createValue(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.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 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.ModuleApp.getThemeColor()Gets the theme color for Safari on macOS and iOS.ModuleApp.getTileColor()Gets the tile color for Windows (8) Start menu.static GColorGColor.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.Methods in com.iizix.prop with parameters of type GColorModifier and TypeMethodDescriptionprotected voidColor4Prop.appendPropValueItem(SendTransaction trans, GColor value) Appends a color to a transaction.booleanChecks if two color objects are equal.protected voidColor4Prop.initializeValueElement(GColor value, 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.booleanSets new color for this property.booleanSets the text color.booleanColorProp.setPropValue(GColor newValue) Sets a new value for this property.Constructors in com.iizix.prop with parameters of type GColorModifierConstructorDescriptionCreates 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 GColorModifier and TypeMethodDescriptionChartColor.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 GColorModifier and TypeMethodDescriptionAxisColor.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 GColorModifier and TypeMethodDescriptionPlotColor.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 GColorModifier and TypeMethodDescriptionSeriesColor.getDefaultValue()Gets the default value when the property is not set.