|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graphics.GraphicConstants
This class provides constants which are frequently used with graphical objects. It also provides some functionalities used with this constants.
| Field Summary | |
static int |
ALIGN_BOTTOM
Constant that tells about an alignment |
static int |
ALIGN_CENTER
Constant that tells about an alignment |
static int |
ALIGN_LEFT
Constant that tells about an alignment |
static int |
ALIGN_RIGHT
Constant that tells about an alignment |
static int |
ALIGN_TOP
Constant that tells about an alignment |
static int |
CURSOR_ARROW_E
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_ARROW_N
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_ARROW_NE
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_ARROW_NW
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_ARROW_S
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_ARROW_SE
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_ARROW_SW
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_ARROW_W
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_CROSSHAIR
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_HAND
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static java.lang.Object |
CURSOR_KEY_ARROW_E
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_ARROW_N
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_ARROW_NE
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_ARROW_NW
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_ARROW_S
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_ARROW_SE
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_ARROW_SW
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_ARROW_W
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_CROSSHAIR
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_HAND
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_MOVE
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_NORMAL
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_TEXT
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static java.lang.Object |
CURSOR_KEY_WAIT
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry. |
static int |
CURSOR_MOVE
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_NORMAL
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_TEXT
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
CURSOR_WAIT
Enumeration that defines constants for the different predefined cursor types Notice:Do not use -1 as an alternative, as methods are allowed to use -1 to signal an undefined cursor state. |
static int |
FONTUNIT_OBJECT
Constant that tells about a font unit |
static int |
FONTUNIT_POINT
Constant that tells about a font unit |
static int |
HORIZONTAL
Constant that tells about an orientation |
static int |
SIDE_BOTTOM
Bitmasks that tell about the sides of an object. |
static int |
SIDE_LEFT
Bitmasks that tell about the sides of an object. |
static int |
SIDE_NONE
Bitmasks that tell about the sides of an object. |
static int |
SIDE_RIGHT
Bitmasks that tell about the sides of an object. |
static int |
SIDE_TOP
Bitmasks that tell about the sides of an object. |
static int |
SIZE_ADJUSTMENT_LINE_COUNT
Constants that tells about an size adjustment mode |
static int |
SIZE_ADJUSTMENT_LINE_COUNTANDLENGTH
Constants that tells about an size adjustment mode |
static int |
SIZE_ADJUSTMENT_LINE_LENGTH
Constants that tells about an size adjustment mode |
static int |
SIZE_ADJUSTMENT_NONE
Constants that tells about an size adjustment mode |
static int |
VERTICAL
Constant that tells about an orientation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int HORIZONTAL
public static final int VERTICAL
public static final int ALIGN_CENTER
public static final int ALIGN_LEFT
public static final int ALIGN_RIGHT
public static final int ALIGN_TOP
public static final int ALIGN_BOTTOM
public static final int SIZE_ADJUSTMENT_NONE
public static final int SIZE_ADJUSTMENT_LINE_COUNT
public static final int SIZE_ADJUSTMENT_LINE_LENGTH
public static final int SIZE_ADJUSTMENT_LINE_COUNTANDLENGTH
public static final int FONTUNIT_POINT
public static final int FONTUNIT_OBJECT
public static final int SIDE_NONE
public static final int SIDE_LEFT
public static final int SIDE_RIGHT
public static final int SIDE_TOP
public static final int SIDE_BOTTOM
public static final int CURSOR_NORMAL
public static final int CURSOR_CROSSHAIR
public static final int CURSOR_HAND
public static final int CURSOR_TEXT
public static final int CURSOR_WAIT
public static final int CURSOR_MOVE
public static final int CURSOR_ARROW_N
public static final int CURSOR_ARROW_S
public static final int CURSOR_ARROW_W
public static final int CURSOR_ARROW_E
public static final int CURSOR_ARROW_NW
public static final int CURSOR_ARROW_NE
public static final int CURSOR_ARROW_SW
public static final int CURSOR_ARROW_SE
public static final java.lang.Object CURSOR_KEY_NORMAL
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_CROSSHAIR
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_HAND
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_TEXT
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_WAIT
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_MOVE
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_ARROW_N
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_ARROW_S
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_ARROW_W
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_ARROW_E
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_ARROW_NW
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_ARROW_NE
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_ARROW_SW
CursorRegistry.
public static final java.lang.Object CURSOR_KEY_ARROW_SE
CursorRegistry.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||