Interface ISinglePointInfo
- All Known Implementing Classes:
SinglePointInfo
public interface ISinglePointInfo
- Author:
- michael.spinelli
-
Method Summary
Modifier and TypeMethodDescriptiongetImage()The BufferedImageminimum bounding rectangle for the core symbol.Anchor point of the symbol within the image.
-
Method Details
-
getImage
BufferedImage getImage()The BufferedImage- Returns:
- the actual image
-
getSymbolCenterPoint
Point2D getSymbolCenterPoint()Anchor point of the symbol within the image. Typically the center but not always.- Returns:
-
getSymbolBounds
Rectangle2D getSymbolBounds()minimum bounding rectangle for the core symbol. Does not include labels surrounding the symbol.- Returns:
-