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 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 GRect Modifier and Type Field Description static GRect[]GRect. EMPTY_ARRAYEmpty array of Rect's.static GRectGRect. ZEROZero rectangle.Methods in com.iizix.prop that return GRect Modifier and Type Method Description GRectGRect. clone()Clones this instance.default GRectIUIBounds. getBounds()Gets the current bounds of the component relative the "page" document.GRectGFillPattern. getRect()Gets the rectangle of the image x, y, width and height.GRectRectProp. getRect()Gets the current value set as an GRect.Methods in com.iizix.prop with parameters of type GRect Modifier and Type Method Description booleanRectProp. setPropValue(GRect newValue)Sets a new value for this property.booleanRectProp. 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 voidIUIImage2Listener. onImageModified(UIImage2 image, ImageOrientation orientation, double zoom, GRect rect)Invoked when the image has been modified.voidIUIImage2Listener. 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.