public interface SymbolDimensionInfo
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Rectangle2D |
getImageBounds()
Dimension of the entire image.
|
java.awt.geom.Rectangle2D |
getSymbolBounds()
minimum bounding rectangle for the core symbol.
|
java.awt.Point |
getSymbolCenterPoint()
The point the image should be centered on or the "anchor point".
|
int |
getSymbolCenterX()
The x value the image should be centered on or the "anchor point".
|
int |
getSymbolCenterY()
The y value the image should be centered on or the "anchor point".
|
int getSymbolCenterX()
Integerint getSymbolCenterY()
Integerjava.awt.Point getSymbolCenterPoint()
Pointjava.awt.geom.Rectangle2D getSymbolBounds()
Rectangle2Djava.awt.geom.Rectangle2D getImageBounds()
Rectangle2D