Class SinglePointInfo
java.lang.Object
ArmyC2.C2SD.RendererPluginInterface.SinglePointInfo
- All Implemented Interfaces:
ISinglePointInfo
- Author:
- michael.spinelli
-
Constructor Summary
ConstructorsConstructorDescriptionSinglePointInfo(BufferedImage bi, Point2D centerPoint, Rectangle2D symbolBounds) -
Method Summary
Modifier and TypeMethodDescriptiongetImage()The BufferedImageminimum bounding rectangle for the core symbol.Anchor point of the symbol within the image.
-
Constructor Details
-
SinglePointInfo
-
SinglePointInfo
-
-
Method Details
-
getImage
Description copied from interface:ISinglePointInfoThe BufferedImage- Specified by:
getImagein interfaceISinglePointInfo- Returns:
- the actual image
-
getSymbolBounds
Description copied from interface:ISinglePointInfominimum bounding rectangle for the core symbol. Does not include labels surrounding the symbol.- Specified by:
getSymbolBoundsin interfaceISinglePointInfo- Returns:
-
getSymbolCenterPoint
Description copied from interface:ISinglePointInfoAnchor point of the symbol within the image. Typically the center but not always.- Specified by:
getSymbolCenterPointin interfaceISinglePointInfo- Returns:
-