Uses of Class
com.iizix.prop.GUnit
Packages that use GUnit Package Description com.iizigo.panel.prop com.iizigo.prop.editor com.iizix.prop com.iizix.prop.ui com.iizix.prop.ui.mlist Uses of GUnit in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return GUnit Modifier and Type Method Description GUnit
EAbsoluteData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EBorderData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EFlexData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EGridData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EUIDialog. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EUIPanelPart. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.Methods in com.iizigo.panel.prop with parameters of type GUnit Modifier and Type Method Description GUnit
EAbsoluteData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EBorderData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EFlexData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EGridData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EUIDialog. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EUIPanelPart. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.Uses of GUnit in com.iizigo.prop.editor
Fields in com.iizigo.prop.editor declared as GUnit Modifier and Type Field Description GUnit
BoxShadowValidator. blur
The blur, null if not parsed.GUnit
DropShadowValidator. blur
The blur, null if not parsed.GUnit
TextShadowValidator. blur
The blur, null if not parsed.GUnit
BoxShadowValidator. horz
The horizontal unit, null if not parsed.GUnit
DropShadowValidator. horz
The horizontal unit, null if not parsed.GUnit
TextShadowValidator. horz
The horizontal unit, null if not parsed.GUnit
BoxShadowValidator. spread
The spread, null if not parsed.GUnit
BoxShadowValidator. vert
The vertical unit, null if not parsed.GUnit
DropShadowValidator. vert
The vertical unit, null if not parsed.GUnit
TextShadowValidator. vert
The vertical unit, null if not parsed.Methods in com.iizigo.prop.editor that return GUnit Modifier and Type Method Description GUnit
UnitPropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected GUnit
UnitPropEditor. 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 GUnit Modifier and Type Method Description IEditedPropertyEntryMultiProp<UnitProp,GUnit>
MultiUnitPropEditor. createPropertyEditor()
Creates the property editor for a line to edit a single property.Methods in com.iizigo.prop.editor with parameters of type GUnit Modifier and Type Method Description java.lang.String
UnitPropEditor. formatValue(GUnit value)
Formats the value for user input as a String.Uses of GUnit in com.iizix.prop
Fields in com.iizix.prop declared as GUnit Modifier and Type Field Description static GUnit
GUnit. NONE
An empty "NONE" unit, i.e.Methods in com.iizix.prop that return GUnit Modifier and Type Method Description GUnit
GUnit. clone()
Clones this instance.static GUnit
GUnit. createCSSGUnit(java.lang.String value, java.lang.String... specialValues)
Creates a GUnit object from a String.static GUnit
GUnit. createGUnit(java.lang.String expr0, java.lang.String... specialValues)
Creates a GUnit object from a String.GUnit
Unit4Prop. createValue(ReadTransaction trans)
Creates a new unit from a transaction.protected GUnit
Unit4Prop. createValue(org.w3c.dom.Element element)
Creates a unit from an element.GUnit
UnitProp. getUnit()
Gets the current value set as an GUnit.Methods in com.iizix.prop with parameters of type GUnit Modifier and Type Method Description protected void
Unit4Prop. appendPropValueItem(SendTransaction trans, GUnit value)
Appends a unit to a transaction.boolean
GUnit. equals(GUnit unit)
Checks if two unit objects are equal.protected void
Unit4Prop. initializeValueElement(GUnit value, org.w3c.dom.Element element)
Saves a unit to an element.boolean
UnitProp. setPropValue(GUnit newValue)
Sets a new value for this property.boolean
UnitProp. setUnit(GUnit unit)
Sets new unit for this property.static void
GUnit. validateCSSGUnit(GUnit unit, java.lang.String... specialValues)
Validates a GUnit object.Constructors in com.iizix.prop with parameters of type GUnit Constructor Description UnitProp(Atom propertyAtom, GUnit newValue)
Creates a unit property with the specified name and value.Uses of GUnit in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return GUnit Modifier and Type Method Description default GUnit
ILayoutUnitHeight. getHeightUnit()
Returns the height of the component.GUnit
LayoutProp. getLayoutHeight()
Returns the layout height.GUnit
LayoutProp. getLayoutWidth()
Returns the layout width.GUnit
UIText. getMaxWidth()
Gets entry field maximum width.GUnit
UIText. getMinWidth()
Gets minimum size.GUnit
UIText. getVisualLength()
Gets the visual length (unit) of the entry field.default GUnit
ILayoutUnitWidth. getWidthUnit()
Returns the width of the component.Methods in com.iizix.prop.ui with parameters of type GUnit Modifier and Type Method Description default boolean
ILayoutUnitHeight. setHeight(GUnit height)
Set the width of the component.boolean
UIText. setMaxWidth(GUnit max)
Sets the entry field maximum width.boolean
UIText. setMinWidth(GUnit min)
Sets the entry field minimum width.boolean
AbsoluteData. setPosition(GUnit x, GUnit y, IComplexOperation op)
Assigns the composite X and/or Y position.boolean
LayoutProp. setPosition(GUnit x, GUnit y, IComplexOperation op)
Assigns the composite X and/or Y position.boolean
AbsoluteData. setSize(GUnit width, GUnit height, IComplexOperation op)
Assigns the component width and/or height.boolean
BorderData. setSize(GUnit width, GUnit height, IComplexOperation op)
Assigns the component width and/or height.boolean
FlexData. setSize(GUnit width, GUnit height, IComplexOperation op)
Assigns the component width and/or height.boolean
GridData. setSize(GUnit width, GUnit height, IComplexOperation op)
Assigns the component width and/or height.boolean
LayoutProp. setSize(GUnit width, GUnit height, IComplexOperation op)
Assigns the component width and/or height.boolean
UIText. setVisualLength(GUnit len)
Sets the visual length (unit) of the entry field.default boolean
ILayoutUnitWidth. setWidth(GUnit width)
Set the width of the component.Uses of GUnit in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return GUnit Modifier and Type Method Description GUnit[]
MLItem. getIconMargins()
Gets the margins for the icon.GUnit
MLItem. getLeadingWidth()
Gets the width of leading text.Methods in com.iizix.prop.ui.mlist with parameters of type GUnit Modifier and Type Method Description boolean
MLItem. setIconMargins(GUnit[] margins)
Sets the icon margins.boolean
MLItem. setIconPadding(GUnit margin)
Sets the icon margin.boolean
MLItem. setLeadingWidth(GUnit width)
Gets the width of leading text.