Uses of Class
com.iizix.prop.GRect
Uses of GRect in com.iizigo.panel.prop
Modifier and TypeMethodDescriptiondefault 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
Modifier and TypeFieldDescriptionstatic final GRect[]
GRect.EMPTY_ARRAY
Empty array of Rect's.static final GRect
GRect.ZERO
Zero rectangle.Modifier and TypeMethodDescriptionGRect.clone()
Clones this instance.default GRect
IUIBounds.getBounds()
Gets the current bounds of the component relative the "page" document.GFillPattern.getRect()
Gets the rectangle of the image x, y, width and height.RectProp.getRect()
Gets the current value set as an GRect.Modifier and TypeMethodDescriptionboolean
RectProp.setPropValue
(GRect newValue) Sets a new value for this property.boolean
Sets new rectangle for this property.Uses of GRect in com.iizix.prop.ui
Modifier and TypeMethodDescriptionvoid
IUIImage2Listener.onImageModified
(UIImage2 image, ImageOrientation orientation, double zoom, GRect rect) Invoked when the image has been modified.void
IUIImage2Listener.onImageSelection
(UIImage2 image, 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.