com.tensegrity.graphics
Class GraphicConstants

java.lang.Object
  extended bycom.tensegrity.graphics.GraphicConstants

public class GraphicConstants
extends java.lang.Object

This class provides constants which are frequently used with graphical objects. It also provides some functionalities used with this constants.

Version:
$Id: GraphicConstants.java,v 1.23 2005/04/01 15:42:39 MichaelKegel Exp $
Author:
MichaelKegel

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

HORIZONTAL

public static final int HORIZONTAL
Constant that tells about an orientation

See Also:
Constant Field Values

VERTICAL

public static final int VERTICAL
Constant that tells about an orientation

See Also:
Constant Field Values

ALIGN_CENTER

public static final int ALIGN_CENTER
Constant that tells about an alignment

See Also:
Constant Field Values

ALIGN_LEFT

public static final int ALIGN_LEFT
Constant that tells about an alignment

See Also:
Constant Field Values

ALIGN_RIGHT

public static final int ALIGN_RIGHT
Constant that tells about an alignment

See Also:
Constant Field Values

ALIGN_TOP

public static final int ALIGN_TOP
Constant that tells about an alignment

See Also:
Constant Field Values

ALIGN_BOTTOM

public static final int ALIGN_BOTTOM
Constant that tells about an alignment

See Also:
Constant Field Values

SIZE_ADJUSTMENT_NONE

public static final int SIZE_ADJUSTMENT_NONE
Constants that tells about an size adjustment mode

See Also:
Constant Field Values

SIZE_ADJUSTMENT_LINE_COUNT

public static final int SIZE_ADJUSTMENT_LINE_COUNT
Constants that tells about an size adjustment mode

See Also:
Constant Field Values

SIZE_ADJUSTMENT_LINE_LENGTH

public static final int SIZE_ADJUSTMENT_LINE_LENGTH
Constants that tells about an size adjustment mode

See Also:
Constant Field Values

SIZE_ADJUSTMENT_LINE_COUNTANDLENGTH

public static final int SIZE_ADJUSTMENT_LINE_COUNTANDLENGTH
Constants that tells about an size adjustment mode

See Also:
Constant Field Values

FONTUNIT_POINT

public static final int FONTUNIT_POINT
Constant that tells about a font unit

See Also:
Constant Field Values

FONTUNIT_OBJECT

public static final int FONTUNIT_OBJECT
Constant that tells about a font unit

See Also:
Constant Field Values

SIDE_NONE

public static final int SIDE_NONE
Bitmasks that tell about the sides of an object. Because the side are defined as powers of two they can be combined.

See Also:
Constant Field Values

SIDE_LEFT

public static final int SIDE_LEFT
Bitmasks that tell about the sides of an object. Because the side are defined as powers of two they can be combined.

See Also:
Constant Field Values

SIDE_RIGHT

public static final int SIDE_RIGHT
Bitmasks that tell about the sides of an object. Because the side are defined as powers of two they can be combined.

See Also:
Constant Field Values

SIDE_TOP

public static final int SIDE_TOP
Bitmasks that tell about the sides of an object. Because the side are defined as powers of two they can be combined.

See Also:
Constant Field Values

SIDE_BOTTOM

public static final int SIDE_BOTTOM
Bitmasks that tell about the sides of an object. Because the side are defined as powers of two they can be combined.

See Also:
Constant Field Values

CURSOR_NORMAL

public static final 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.

See Also:
Constant Field Values

CURSOR_CROSSHAIR

public static final 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.

See Also:
Constant Field Values

CURSOR_HAND

public static final 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.

See Also:
Constant Field Values

CURSOR_TEXT

public static final 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.

See Also:
Constant Field Values

CURSOR_WAIT

public static final 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.

See Also:
Constant Field Values

CURSOR_MOVE

public static final 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.

See Also:
Constant Field Values

CURSOR_ARROW_N

public static final 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.

See Also:
Constant Field Values

CURSOR_ARROW_S

public static final 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.

See Also:
Constant Field Values

CURSOR_ARROW_W

public static final 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.

See Also:
Constant Field Values

CURSOR_ARROW_E

public static final 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.

See Also:
Constant Field Values

CURSOR_ARROW_NW

public static final 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.

See Also:
Constant Field Values

CURSOR_ARROW_NE

public static final 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.

See Also:
Constant Field Values

CURSOR_ARROW_SW

public static final 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.

See Also:
Constant Field Values

CURSOR_ARROW_SE

public static final 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.

See Also:
Constant Field Values

CURSOR_KEY_NORMAL

public static final java.lang.Object CURSOR_KEY_NORMAL
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry.


CURSOR_KEY_CROSSHAIR

public static final java.lang.Object CURSOR_KEY_CROSSHAIR
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry.


CURSOR_KEY_HAND

public static final java.lang.Object CURSOR_KEY_HAND
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry.


CURSOR_KEY_TEXT

public static final java.lang.Object CURSOR_KEY_TEXT
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry.


CURSOR_KEY_WAIT

public static final java.lang.Object CURSOR_KEY_WAIT
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry.


CURSOR_KEY_MOVE

public static final java.lang.Object CURSOR_KEY_MOVE
Enumeration that defines key objects for the different predefined cursor types, which can be used with the CursorRegistry.


CURSOR_KEY_ARROW_N

public static final 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.


CURSOR_KEY_ARROW_S

public static final 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.


CURSOR_KEY_ARROW_W

public static final 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.


CURSOR_KEY_ARROW_E

public static final 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.


CURSOR_KEY_ARROW_NW

public static final 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.


CURSOR_KEY_ARROW_NE

public static final 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.


CURSOR_KEY_ARROW_SW

public static final 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.


CURSOR_KEY_ARROW_SE

public static final 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.



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.