public interface Shape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getAnchor()
Returns the anchor (the bounding box rectangle) of this shape.
|
ShapeContainer<S,P> |
getParent() |
Sheet<S,P> |
getSheet() |
ShapeContainer<S,P> getParent()
java.awt.Rectangle getAnchor()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.