Class GridLabel


  • public class GridLabel
    extends Label
    GARS Grid Label
    Author:
    osbornb
    • Constructor Detail

      • GridLabel

        public GridLabel​(String name,
                         Point center,
                         Bounds bounds,
                         GridType gridType,
                         GARS coordinate)
        Constructor
        Parameters:
        name - name
        center - center point
        bounds - bounds
        gridType - grid type
        coordinate - GARS coordinate
    • Method Detail

      • getGridType

        public GridType getGridType()
        Get the grid type
        Returns:
        grid type
      • setGridType

        public void setGridType​(GridType gridType)
        Set the grid type
        Parameters:
        gridType - grid type
      • getCoordinate

        public GARS getCoordinate()
        Get the GARS coordinate
        Returns:
        GARS coordinate
      • setCoordinate

        public void setCoordinate​(GARS coordinate)
        Set the GARS coordinate
        Parameters:
        coordinate - GARS coordinate