public static class GridLayout.Area
extends java.lang.Object
Constructor and Description |
---|
Area(Component component,
int column1,
int row1,
int column2,
int row2) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn1() |
int |
getColumn2() |
Component |
getComponent() |
int |
getRow1() |
int |
getRow2() |
java.lang.String |
toString() |
public Area(Component component, int column1, int row1, int column2, int row2)
public Component getComponent()
public int getColumn1()
public int getRow1()
public int getColumn2()
public int getRow2()
public java.lang.String toString()
toString
in class java.lang.Object