AutoShape
, Background
, Line
, Picture
, SimpleShape
, TextBox
public interface Shape
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.