com.supermap.data.mapGrid
Class MapGridRangeBound
- java.lang.Object
-
- com.supermap.data.mapGrid.MapGridRangeBound
-
public class MapGridRangeBound extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description MapGridRangeBound()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Rectangle2D
getBounds()
double
getCellHeight()
double
getCellWidth()
int
getColumnCount()
int
getRowCount()
void
resetCellHeight()
void
resetCellWidth()
void
resetColumnCount()
void
resetRowCount()
void
setBounds(Rectangle2D bounds)
void
setCellHeight(double cellHeight)
void
setCellWidth(double cellWidth)
void
setColumnCount(int columnCount)
void
setRowCount(int rowCount)
-
-
-
Method Detail
-
getBounds
public Rectangle2D getBounds()
-
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()
-
-