public class MapGridRangeBound
extends java.lang.Object
构造器和说明 |
---|
MapGridRangeBound() |
限定符和类型 | 方法和说明 |
---|---|
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) |
public Rectangle2D getBounds()
public void setBounds(Rectangle2D bounds)
public int getRowCount()
public void setRowCount(int rowCount)
public int getColumnCount()
public void setColumnCount(int columnCount)
public double getCellHeight()
public void setCellHeight(double cellHeight)
public double getCellWidth()
public void setCellWidth(double cellWidth)
public void resetColumnCount()
public void resetRowCount()
public void resetCellHeight()
public void resetCellWidth()