public interface Shape
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getAnchor() |
Shape |
getParent() |
int |
getShapeType() |
void |
moveTo(float x,
float y) |
void |
setAnchor(java.awt.geom.Rectangle2D anchor) |
int getShapeType()
java.awt.geom.Rectangle2D getAnchor()
void setAnchor(java.awt.geom.Rectangle2D anchor)
void moveTo(float x, float y)
Shape getParent()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.