Uses of Class
com.iizix.prop.GRect
Packages that use GRect Package Description com.iizigo.panel.prop com.iizix.prop com.iizix.prop.ui Uses of GRect in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return GRect Modifier and Type Method Description default GRect
IEUICompCommon. getBounds()
Gets the current bounds of the component relative the "page" document.default GRect
IEUIContainer. getClientBounds()
Gets the current bounds of the client area inside the container where children are placed.default GRect
IEUICompCommon. getParentClientBounds()
Gets the bounds of the parent client area, including the scroll positions.Uses of GRect in com.iizix.prop
Fields in com.iizix.prop declared as GRect Modifier and Type Field Description static GRect[]
GRect. EMPTY_ARRAY
Empty array of Rect's.static GRect
GRect. ZERO
Zero rectangle.Methods in com.iizix.prop that return GRect Modifier and Type Method Description GRect
GRect. clone()
Clones this instance.default GRect
IUIBounds. getBounds()
Gets the current bounds of the component relative the "page" document.GRect
GFillPattern. getRect()
Gets the rectangle of the image x, y, width and height.GRect
RectProp. getRect()
Gets the current value set as an GRect.Methods in com.iizix.prop with parameters of type GRect Modifier and Type Method Description boolean
RectProp. setPropValue(GRect newValue)
Sets a new value for this property.boolean
RectProp. setRect(GRect rect)
Sets new rectangle for this property.Constructors in com.iizix.prop with parameters of type GRect Constructor Description RectProp(Atom propertyAtom, GRect newValue)
Creates a rectangle property with the specified name and value.Uses of GRect in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type GRect Modifier and Type Method Description void
IUIImage2Listener. onImageModified(UIImage2 image, ImageOrientation orientation, double zoom, GRect rect)
Invoked when the image has been modified.void
IUIImage2Listener. onImageSelection(UIImage2 image, java.lang.String name, ImageType type, byte[] data, int width, int height, ImageOrientation orientation, double zoom, GRect rect, boolean isCircle)
Invoked when the user has selected an image.