|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.apps.annot.GuiSet
public final class GuiSet
Field Summary | |
---|---|
static int |
B
|
static int |
C
|
static int |
E
|
static int |
H
|
static int |
N
|
static int |
NE
|
static int |
NONE
|
static int |
NW
|
static int |
RELATIVE
|
static int |
REMAINDER
|
static int |
S
|
static int |
SE
|
static int |
SW
|
static int |
V
|
static int |
W
|
Constructor Summary | |
---|---|
GuiSet()
|
Method Summary | |
---|---|
void |
add(java.awt.Container container,
java.awt.Component component,
int x,
int y,
int width,
int height)
Description: Place a component to a container at certain location. |
void |
add(java.awt.Container container,
java.awt.Component component,
int x,
int y,
int width,
int height,
int weightx,
int weighty,
int fill,
int anchor)
Description: Place a component to a container at certain location. |
void |
add(java.awt.Container container,
java.awt.Component component,
int x,
int y,
int width,
int height,
int weightx,
int weighty,
int fill,
int anchor,
java.awt.Insets insets,
int ipadx,
int ipady)
Description: Place a component to a container at certain location. |
void |
add(java.awt.Container container,
java.awt.Component component,
int x,
int y,
int width,
int height,
int weightx,
int weighty,
int fill,
int anchor,
int top,
int left,
int bottom,
int right)
Description: Place a component to a container at certain location. |
void |
add(java.awt.Container container,
java.awt.Component component,
int x,
int y,
int width,
int height,
int weightx,
int weighty,
int fill,
int anchor,
int top,
int left,
int bottom,
int right,
int ipadx,
int ipady)
Description: Place a component to a container at certain location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int B
public static final int C
public static final int E
public static final int H
public static final int NONE
public static final int N
public static final int NE
public static final int NW
public static final int RELATIVE
public static final int REMAINDER
public static final int S
public static final int SE
public static final int SW
public static final int V
public static final int W
Constructor Detail |
---|
public GuiSet()
Method Detail |
---|
public void add(java.awt.Container container, java.awt.Component component, int x, int y, int width, int height)
container:
- a component that works as a holder.component:
- a component that will be hold by the container.x:
- cell location on x direction of a grid.y:
- cell location on y direction of a grid.width:
- specifies the number of cells in a row for the component's display area.hieght:
- specifies the number of cells in a column for the component's display area.
public void add(java.awt.Container container, java.awt.Component component, int x, int y, int width, int height, int weightx, int weighty, int fill, int anchor)
container:
- a component that works as a holder.component:
- a component that will be hold by the container.x:
- cell location on x direction of a grid.y:
- cell location on y direction of a grid.width:
- specifies the number of cells in a row for the component's display area.hieght:
- specifies the number of cells in a column for the component's display area.weightx:
- specifies how to distribute extra horizontal space.weighy:
- specifies how to distribute extra vertical space.fill:
- determines whether the component need to be resized.anchor:
- determines where to place the component.
public void add(java.awt.Container container, java.awt.Component component, int x, int y, int width, int height, int weightx, int weighty, int fill, int anchor, java.awt.Insets insets, int ipadx, int ipady)
container:
- a component that works as a holder.component:
- a component that will be hold by the container.x:
- cell location on x direction of a grid.y:
- cell location on y direction of a grid.width:
- specifies the number of cells in a row for the component's display area.hieght:
- specifies the number of cells in a column for the component's display area.weightx:
- specifies how to distribute extra horizontal space.weighy:
- specifies how to distribute extra vertical space.fill:
- determines whether the component need to be resized.anchor:
- determines where to place the component.insets:
- specifies the external padding of the component, the minimum amount of space
between the component and the edges of its display area.ipadx:
- specifies the internal padding of the component, how much space to add to the
minimum width of the component.ipady:
- specifies the internal padding of the component, how much space to add to the
minimum height of the component.
public void add(java.awt.Container container, java.awt.Component component, int x, int y, int width, int height, int weightx, int weighty, int fill, int anchor, int top, int left, int bottom, int right)
container:
- a component that works as a holder.component:
- a component that will be hold by the container.x:
- cell location on x direction of a grid.y:
- cell location on y direction of a grid.width:
- specifies the number of cells in a row for the component's display area.hieght:
- specifies the number of cells in a column for the component's display area.weightx:
- specifies how to distribute extra horizontal space.weighy:
- specifies how to distribute extra vertical space.fill:
- determines whether the component need to be resized.anchor:
- determines where to place the component.top:
- distance from the top margin of a cell.left:
- distance from the left margin of a cell.bottom:
- distance from the bottom margin of a cell.right:
- distance from the right margin of a cell.
public void add(java.awt.Container container, java.awt.Component component, int x, int y, int width, int height, int weightx, int weighty, int fill, int anchor, int top, int left, int bottom, int right, int ipadx, int ipady)
container:
- a component that works as a holder.component:
- a component that will be hold by the container.x:
- cell location on x direction of a grid.y:
- cell location on y direction of a grid.width:
- specifies the number of cells in a row for the component's display area.hieght:
- specifies the number of cells in a column for the component's display area.weightx:
- specifies how to distribute extra horizontal space.weighy:
- specifies how to distribute extra vertical space.fill:
- determines whether the component need to be resized.anchor:
- determines where to place the component.top:
- distance from the top margin of a cell.left:
- distance from the left margin of a cell.bottom:
- distance from the bottom margin of a cell.right:
- distance from the right margin of a cell.ipadx:
- specifies the internal padding of the component, how much space to add to the
minimum width of the component.ipady:
- specifies the internal padding of the component, how much space to add to the
minimum height of the component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |