Interface SymbolDimensionInfo

All Known Implementing Classes:
ImageInfo, SVGSymbolInfo

public interface SymbolDimensionInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    The point the image should be centered on or the "anchor point".
    int
    The x value the image should be centered on or the "anchor point".
    int
    The y value the image should be centered on or the "anchor point".
    Dimension of the entire image.
    minimum bounding rectangle for the core symbol.
  • Method Details

    • getCenterX

      int getCenterX()
      The x value the image should be centered on or the "anchor point".
      Returns:
      Integer
    • getCenterY

      int getCenterY()
      The y value the image should be centered on or the "anchor point".
      Returns:
      Integer
    • getCenterPoint

      The point the image should be centered on or the "anchor point".
      Returns:
      Point
    • getSymbolBounds

      minimum bounding rectangle for the core symbol. Does not include modifiers, display or otherwise.
      Returns:
      Rect
    • getImageBounds

      Dimension of the entire image.
      Returns:
      Rect