MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getBounds

Method getBounds

CodenameOne/src/com/codename1/ui/geom/Shape.java:142–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 ///
141 /// A `Rectangle` that comprises the bounds of the shape.
142 Rectangle getBounds();
143
144 /// Gets the bounds of the shape as a 4-element array representing the (x,y,width,height)
145 /// tuple.

Callers 15

zoomTransitionMethod · 0.95
intersectsMethod · 0.65
getTextMethod · 0.65
paintMethod · 0.65
getSelectedRectMethod · 0.65
getVisibleBoundsMethod · 0.65
paintMethod · 0.65

Implementers 4

GeneralPathCodenameOne/src/com/codename1/ui/geom/
RectangleCodenameOne/src/com/codename1/ui/geom/
Rectangle2DCodenameOne/src/com/codename1/ui/geom/
ClipShapePorts/iOSPort/src/com/codename1/impl/i

Calls

no outgoing calls