com.supermap.data.mapGrid

Class MapGridRangeBound

  • java.lang.Object
    • com.supermap.data.mapGrid.MapGridRangeBound


  • public class MapGridRangeBound
    extends java.lang.Object
    • Constructor Detail

      • MapGridRangeBound

        public MapGridRangeBound()
    • Method Detail

      • setBounds

        public void setBounds(Rectangle2D bounds)
      • getRowCount

        public int getRowCount()
      • setRowCount

        public void setRowCount(int rowCount)
      • getColumnCount

        public int getColumnCount()
      • setColumnCount

        public void setColumnCount(int columnCount)
      • getCellHeight

        public double getCellHeight()
      • setCellHeight

        public void setCellHeight(double cellHeight)
      • getCellWidth

        public double getCellWidth()
      • setCellWidth

        public void setCellWidth(double cellWidth)
      • resetColumnCount

        public void resetColumnCount()
      • resetRowCount

        public void resetRowCount()
      • resetCellHeight

        public void resetCellHeight()
      • resetCellWidth

        public void resetCellWidth()