|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ecl.datepicker.util.Grid
public final class Grid
TODO comment
| Field Summary | |
|---|---|
int |
columnCount
TODO comment |
int |
columnSize
TODO comment |
int |
horizontalSpacing
TODO comment |
int |
marginBottom
TODO comment |
int |
marginLeft
TODO comment |
int |
marginRight
TODO comment |
int |
marginTop
TODO comment |
int |
rowCount
TODO comment |
int |
rowSize
TODO comment |
int |
verticalSpacing
TODO comment |
int |
x
TODO comment |
int |
y
TODO comment |
| Constructor Summary | |
|---|---|
Grid(int x,
int y,
int rowCount,
int columnCount,
int rowSize,
int columnSize)
TODO comment |
|
Grid(Point location,
Point dimension,
Point cellSize)
TODO comment |
|
| Method Summary | |
|---|---|
Rectangle |
getBounds()
TODO comment |
Rectangle |
getCellBounds(int rowIndex,
int columnIndex)
TODO comment |
Point |
getCellFromPoint(int x,
int y)
TODO comment |
Point |
getCellFromPoint(Point point)
TODO comment |
Point |
getCellLocation(int rowIndex,
int columnIndex)
TODO comment |
Point |
getCellSize()
TODO comment |
Rectangle |
getColumnBounds(int columnIndex)
TODO comment |
int |
getColumnIndexFromPoint(int x,
int y)
TODO comment |
Point |
getColumnLocation(int columnIndex)
TODO comment |
Point |
getDimension()
TODO comment |
int |
getHeight()
TODO comment |
Point |
getLocation()
TODO comment |
Rectangle |
getRowBounds(int rowIndex)
TODO comment |
int |
getRowIndexFromPoint(int x,
int y)
TODO comment |
Point |
getRowLocation(int rowIndex)
TODO comment |
Point |
getSize()
TODO comment |
int |
getWidth()
TODO comment |
void |
setCellSize(Point size)
TODO comment |
void |
setDimension(Point dimension)
TODO comment |
void |
setLocation(int x,
int y)
TODO comment |
void |
setLocation(Point location)
TODO comment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int columnCount
public int columnSize
public int horizontalSpacing
public int marginBottom
public int marginLeft
public int marginRight
public int marginTop
public int rowCount
public int rowSize
public int verticalSpacing
public int x
public int y
| Constructor Detail |
|---|
public Grid(int x,
int y,
int rowCount,
int columnCount,
int rowSize,
int columnSize)
x - y - rowCount - columnCount - rowSize - columnSize -
public Grid(Point location,
Point dimension,
Point cellSize)
location - dimension - cellSize - | Method Detail |
|---|
public Rectangle getBounds()
public Rectangle getCellBounds(int rowIndex,
int columnIndex)
rowIndex - columnIndex -
public Point getCellFromPoint(int x,
int y)
x - y -
public Point getCellFromPoint(Point point)
point -
public Point getCellLocation(int rowIndex,
int columnIndex)
rowIndex - columnIndex -
public Point getCellSize()
public Rectangle getColumnBounds(int columnIndex)
columnIndex -
public int getColumnIndexFromPoint(int x,
int y)
x - y -
public Point getColumnLocation(int columnIndex)
columnIndex -
public Point getDimension()
public int getHeight()
public Point getLocation()
public Rectangle getRowBounds(int rowIndex)
rowNumber -
public int getRowIndexFromPoint(int x,
int y)
x - y -
public Point getRowLocation(int rowIndex)
rowIndex -
public Point getSize()
public int getWidth()
public void setCellSize(Point size)
size - public void setDimension(Point dimension)
dimension -
public void setLocation(int x,
int y)
x - y - public void setLocation(Point location)
location -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||