Uses of Class
com.iizix.prop.GRect
Packages that use GRect
Uses of GRect in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return GRectModifier and TypeMethodDescriptiondefault GRectIEUICompCommon.getBounds()Gets the current bounds of the component relative the "page" document.default GRectIEUIContainer.getClientBounds()Gets the current bounds of the client area inside the container where children are placed.default GRectIEUICompCommon.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 GRectModifier and TypeFieldDescriptionstatic final GRect[]GRect.EMPTY_ARRAYEmpty array of Rect's.static final GRectGRect.ZEROZero rectangle.Methods in com.iizix.prop that return GRectModifier and TypeMethodDescriptionGRect.clone()Clones this instance.default GRectIUIBounds.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.Methods in com.iizix.prop with parameters of type GRectModifier and TypeMethodDescriptionbooleanRectProp.setPropValue(GRect newValue) Sets a new value for this property.booleanSets new rectangle for this property.Constructors in com.iizix.prop with parameters of type GRectUses of GRect in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type GRectModifier and TypeMethodDescriptionvoidIUIImage2Listener.onImageModified(UIImage2 image, ImageOrientation orientation, double zoom, GRect rect) Invoked when the image has been modified.voidIUIImage2Listener.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.