|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ozoneDB.core.monitor.AbsoluteConstraints
An object that encapsulates position and (optionally) size for Absolute positioning of components.
AbsoluteLayout
,
Serialized FormField Summary | |
(package private) static int |
FIXED
Groesse und position sind fest |
(package private) static int |
GUI
aktuelle GUI-einstellung |
int |
height
The height of the component or -1 if the component's preferred height should be used |
(package private) static int |
MOTIF
Werte fuer GUI-einstellung |
(package private) static int |
MOVE_ABS
|
(package private) static int |
MOVE_PROP
Position wird proportional/fest der groesse des containers angepasst |
int |
policy
|
(package private) static int |
RESIZE_ABS
|
(package private) static int |
RESIZE_PROP
Groesse wird proportional/fest der groesse des containers angepasst |
(package private) static long |
serialVersionUID
generated Serialized Version UID |
int |
width
The width of the component or -1 if the component's preferred width should be used |
(package private) static int |
WIN
|
int |
x
The X position of the component |
(package private) static int |
X_ABS
|
(package private) static int |
X_PROP
|
(package private) static int |
X2_ABS
|
(package private) static int |
X2_PROP
|
int |
y
The Y position of the component |
(package private) static int |
Y_ABS
|
(package private) static int |
Y_PROP
|
(package private) static int |
Y2_ABS
|
(package private) static int |
Y2_PROP
|
Constructor Summary | |
AbsoluteConstraints(int x,
int y)
Creates a new AbsoluteConstraints for specified position. |
|
AbsoluteConstraints(int x,
int y,
int width,
int height)
Creates a new AbsoluteConstraints for specified position and size. |
|
AbsoluteConstraints(int x,
int y,
int width,
int height,
int policy)
|
|
AbsoluteConstraints(java.awt.Point pos)
Creates a new AbsoluteConstraints for specified position. |
|
AbsoluteConstraints(java.awt.Point pos,
java.awt.Dimension size)
Creates a new AbsoluteConstraints for specified position and size. |
Method Summary | |
int |
getHeight()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static final int MOTIF
static final int WIN
static int GUI
static final long serialVersionUID
public int x
public int y
public int width
public int height
static final int FIXED
static final int X_ABS
static final int X_PROP
static final int Y_ABS
static final int Y_PROP
static final int X2_ABS
static final int X2_PROP
static final int Y2_ABS
static final int Y2_PROP
static final int MOVE_PROP
static final int MOVE_ABS
static final int RESIZE_PROP
static final int RESIZE_ABS
public int policy
Constructor Detail |
public AbsoluteConstraints(java.awt.Point pos)
pos
- The position to be represented by this AbsoluteConstraintspublic AbsoluteConstraints(int x, int y)
x
- The X position to be represented by this AbsoluteConstraintsy
- The Y position to be represented by this AbsoluteConstraintspublic AbsoluteConstraints(java.awt.Point pos, java.awt.Dimension size)
pos
- The position to be represented by this AbsoluteConstraintssize
- The size to be represented by this AbsoluteConstraints or null
if the component's preferred size should be usedpublic AbsoluteConstraints(int x, int y, int width, int height)
x
- The X position to be represented by this AbsoluteConstraintsy
- The Y position to be represented by this AbsoluteConstraintswidth
- The width to be represented by this AbsoluteConstraints or -1 if the
component's preferred width should be usedheight
- The height to be represented by this AbsoluteConstraints or -1 if the
component's preferred height should be usedpublic AbsoluteConstraints(int x, int y, int width, int height, int policy)
Method Detail |
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public java.lang.String toString()
toString
in class java.lang.Object
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |