org.graphdrawing.graphml.attr
Interface AttributeConstants

All Known Subinterfaces:
AttributeFactory
All Known Implementing Classes:
AttrDataAcceptorInputHandler.DataAcceptorAttributeFactory, AttributeOutputHandler, YGraphElementFactory

public interface AttributeConstants

Defines various constants for attribute handling.


Field Summary
static int TYPE_BOOLEAN
          Identifier for attribute of type boolean.
static int TYPE_COMPLEX
          Identifier for attribute of type complex.
static int TYPE_DOUBLE
          Identifier for attribute of type double.
static int TYPE_FLOAT
          Identifier for attribute of type float.
static int TYPE_INT
          Identifier for attribute of type int.
static int TYPE_LONG
          Identifier for attribute of type long.
static int TYPE_STRING
          Identifier for attribute of type String.
 

Field Detail

TYPE_INT

public static final int TYPE_INT
Identifier for attribute of type int.

See Also:
Constant Field Values

TYPE_LONG

public static final int TYPE_LONG
Identifier for attribute of type long.

See Also:
Constant Field Values

TYPE_FLOAT

public static final int TYPE_FLOAT
Identifier for attribute of type float.

See Also:
Constant Field Values

TYPE_DOUBLE

public static final int TYPE_DOUBLE
Identifier for attribute of type double.

See Also:
Constant Field Values

TYPE_STRING

public static final int TYPE_STRING
Identifier for attribute of type String.

See Also:
Constant Field Values

TYPE_BOOLEAN

public static final int TYPE_BOOLEAN
Identifier for attribute of type boolean.

See Also:
Constant Field Values

TYPE_COMPLEX

public static final int TYPE_COMPLEX
Identifier for attribute of type complex.

See Also:
Constant Field Values


Copyright ©2000-2008, yWorks GmbH. All rights reserved.