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 GSizeSizePropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected GSizeSizePropEditor. 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.StringSizePropEditor. 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_ARRAYEmpty array of Rect's.static GSizeGSize. ZEROZero size.Methods in com.iizix.prop that return GSize Modifier and Type Method Description GSizeGSize. clone()Clones this instance.GSizeSizeProp. getSize()Gets the current value set as a GSize.Methods in com.iizix.prop with parameters of type GSize Modifier and Type Method Description booleanSizeProp. setPropValue(GSize newValue)Sets a new value for this property.booleanSizeProp. 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 GSizeUIImage2. DEFAULT_VIEWPORT_SIZEThe default viewport size: 100x100.Methods in com.iizix.prop.ui that return GSize Modifier and Type Method Description GSizeUIImage2. getViewport()Gets the viewport size.Methods in com.iizix.prop.ui with parameters of type GSize Modifier and Type Method Description booleanUIImage2. 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 GSizeSVG_URN. getScaledSize()Gets the scaled size in logical pixels.