Uses of Class
com.iizix.prop.GSize
Packages that use GSize Package Description com.iizigo.prop.editor com.iizix.prop com.iizix.prop.ui com.iizix.urn.svg Uses of GSize in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GSize Modifier and Type Method Description GSize
SizePropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected GSize
SizePropEditor. getValue(java.lang.String input)
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GSize Modifier and Type Method Description java.lang.String
SizePropEditor. formatValue(GSize value)
Formats the value for user input as a String.Uses of GSize in com.iizix.prop
Fields in com.iizix.prop declared as GSize Modifier and Type Field Description static GSize[]
GSize. EMPTY_ARRAY
Empty array of Rect's.static GSize
GSize. ZERO
Zero size.Methods in com.iizix.prop that return GSize Modifier and Type Method Description GSize
GSize. clone()
Clones this instance.GSize
SizeProp. getSize()
Gets the current value set as a GSize.Methods in com.iizix.prop with parameters of type GSize Modifier and Type Method Description boolean
SizeProp. setPropValue(GSize newValue)
Sets a new value for this property.boolean
SizeProp. setSize(GSize size)
Sets new size for this property.Constructors in com.iizix.prop with parameters of type GSize Constructor Description SizeProp(Atom propertyAtom, GSize newValue)
Creates a size property with the specified name and value.Uses of GSize in com.iizix.prop.ui
Fields in com.iizix.prop.ui declared as GSize Modifier and Type Field Description static GSize
UIImage2. DEFAULT_VIEWPORT_SIZE
The default viewport size: 100x100.Methods in com.iizix.prop.ui that return GSize Modifier and Type Method Description GSize
UIImage2. getViewport()
Gets the viewport size.Methods in com.iizix.prop.ui with parameters of type GSize Modifier and Type Method Description boolean
UIImage2. setViewport(GSize size)
Sets the viewport size.Uses of GSize in com.iizix.urn.svg
Methods in com.iizix.urn.svg that return GSize Modifier and Type Method Description GSize
SVG_URN. getScaledSize()
Gets the scaled size in logical pixels.