Object Nodes
-
- All Implemented Interfaces:
public class Nodes
-
-
Method Summary
Modifier and Type Method Description final AttachedNodeattach(Node base, Node attachment, Position position, Position attachmentPosition)final AttachedBoundingBoxattachBoundingBox(Node base, Rectangle rectangle)final RectangleboundingBox()-
-
Method Detail
-
attach
final AttachedNode attach(Node base, Node attachment, Position position, Position attachmentPosition)
-
attachBoundingBox
final AttachedBoundingBox attachBoundingBox(Node base, Rectangle rectangle)
-
boundingBox
final Rectangle boundingBox()
-
-
-
-