public interface Shape
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
getAnchor() |
Shape |
getParent() |
int |
getShapeType() |
void |
moveTo(float x,
float y) |
void |
setAnchor(Rectangle2D anchor) |
int getShapeType()
Rectangle2D getAnchor()
void setAnchor(Rectangle2D anchor)
void moveTo(float x, float y)
Shape getParent()
Copyright © 2020. All rights reserved.