com.yworks.yfiles.server.graphml.flexio
Class Constants

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.Constants

public class Constants
extends java.lang.Object

Basic constants for the GraphML format used by the yFiles FLEX client.


Field Summary
static java.lang.String ATTR_NAME
          Name attribute of a key definition.
static java.lang.String ATTR_NAME_EDGE_VIEW_STATES
           
static java.lang.String ATTR_NAME_EXPANSIONSTATE
           
static java.lang.String ATTR_NAME_LABELLIST
          Value of a key definition's name attribute for a handler that reads/writes the labels of a node/edge.
static java.lang.String ATTR_NAME_NODE_VIEW_STATES
           
static java.lang.String ATTR_NAME_PORT_MODEL
          Value of a key definition's name attribute for a handler that reads/writes port location models
static java.lang.String ATTR_NAME_PORT_VIEW_STATES
           
static java.lang.String ATTR_NAME_SHARED_DATA
          Value of a key definition's name attribute for a handler that reads/writes the shared data section.
static java.lang.String ATTR_NAME_STYLE
          Value of a key definition's name attribute for a handler that reads/writes styles.
static java.lang.String ATTR_NAME_Z_ORDER
          Value of a key definition's name attribute for a handler that reads/writes z-orders.
static java.lang.String ATTR_TYPE
          Type attribute of a key definition.
static java.lang.String ATTR_TYPE_COMPLEX
          Complex attribute type.
static java.lang.String COMMON_ATTRIBUTE_NAME_PREFIX
          Canonical prefix for attribute names used by the GraphML framework
static java.lang.String DEFAULT
           
static java.lang.String GRAPHML_REFERENCE_TAG
          Tag name for shared references that need an external enclosing tag This field has the constant value "GraphMLReference"
static java.lang.String REFID
          Reference attribute for shared elements
static java.lang.String XAML_NS_PREFIX
           
static java.lang.String XAML_NS_URI
           
static java.lang.String Y_BRUSH
          Name of a GraphML element that represents a fill
static java.lang.String Y_DASH_STYLE
          Name of a GraphML element that represents the dash pattern of a stroke
static java.lang.String Y_FONT
          Name of a GraphML element that represents a font
static java.lang.String Y_IMAGE
          Name of a GraphML element that represents an image resource
static java.lang.String Y_LABEL
          Name of a GraphML element that represents a single label
static java.lang.String Y_LABEL_LIST
          Name of a GraphML element that represents the list of labels associated with a graph item
static java.lang.String Y_LABEL_TEXT
          Name of a GraphML element that represents the text of a label
static java.lang.String Y_PEN
          Name of a GraphML element that represents a stroke
static java.lang.String Y_PREFERRED_SIZE
          Name of a GraphML element that represents the preferred size of a label
static java.lang.String Y_SHARED_DATA
          Name of the GraphML element containing shared data elements
static java.lang.String Y_SOURCE_ARROW
          Name of a GraphML element that represents the source arrow of an edge
static java.lang.String Y_TARGET_ARROW
          Name of a GraphML element that represents the target arrow of an edge
static java.lang.String Y_USER_TAG
           
static java.lang.String YFILES_COMMON_NS_PREFIX
           
static java.lang.String YFILES_COMMON_NS_URI
           
static java.lang.String YFILES_FLEX_NS
           
static java.lang.String YFILES_FLEX_NS_PREFIX
           
static java.lang.String YFILES_FORMS_NS_PREFIX
           
static java.lang.String YFILES_FORMS_NS_URI
           
static java.lang.String YGRAPHML_NS_PREFIX
           
static java.lang.String YGRAPHML_NS_URI
           
static java.lang.String YWORKS_EXT_ARRAY_NS_PREFIX
           
static java.lang.String YWORKS_EXT_ARRAY_NS_URI
           
static java.lang.String YWORKS_EXT_PRIMITIVES_NS_PREFIX
           
static java.lang.String YWORKS_EXT_PRIMITIVES_NS_URI
           
static java.lang.String YWORKS_MARKUP_NS_PREFIX
           
static java.lang.String YWORKS_MARKUP_NS_URI
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_NAME

public static final java.lang.String ATTR_NAME
Name attribute of a key definition.

See Also:
Constant Field Values

ATTR_TYPE

public static final java.lang.String ATTR_TYPE
Type attribute of a key definition.

See Also:
Constant Field Values

ATTR_TYPE_COMPLEX

public static final java.lang.String ATTR_TYPE_COMPLEX
Complex attribute type.

See Also:
Constant Field Values

ATTR_NAME_STYLE

public static final java.lang.String ATTR_NAME_STYLE
Value of a key definition's name attribute for a handler that reads/writes styles.

See Also:
Constant Field Values

ATTR_NAME_Z_ORDER

public static final java.lang.String ATTR_NAME_Z_ORDER
Value of a key definition's name attribute for a handler that reads/writes z-orders.

See Also:
Constant Field Values

ATTR_NAME_PORT_MODEL

public static final java.lang.String ATTR_NAME_PORT_MODEL
Value of a key definition's name attribute for a handler that reads/writes port location models

See Also:
Constant Field Values

ATTR_NAME_LABELLIST

public static final java.lang.String ATTR_NAME_LABELLIST
Value of a key definition's name attribute for a handler that reads/writes the labels of a node/edge.

See Also:
Constant Field Values

ATTR_NAME_SHARED_DATA

public static final java.lang.String ATTR_NAME_SHARED_DATA
Value of a key definition's name attribute for a handler that reads/writes the shared data section.

See Also:
Constant Field Values

ATTR_NAME_EXPANSIONSTATE

public static final java.lang.String ATTR_NAME_EXPANSIONSTATE
See Also:
Constant Field Values

ATTR_NAME_EDGE_VIEW_STATES

public static final java.lang.String ATTR_NAME_EDGE_VIEW_STATES
See Also:
Constant Field Values

ATTR_NAME_NODE_VIEW_STATES

public static final java.lang.String ATTR_NAME_NODE_VIEW_STATES
See Also:
Constant Field Values

ATTR_NAME_PORT_VIEW_STATES

public static final java.lang.String ATTR_NAME_PORT_VIEW_STATES
See Also:
Constant Field Values

REFID

public static final java.lang.String REFID
Reference attribute for shared elements

See Also:
Constant Field Values

Y_PEN

public static final java.lang.String Y_PEN
Name of a GraphML element that represents a stroke

See Also:
Constant Field Values

Y_BRUSH

public static final java.lang.String Y_BRUSH
Name of a GraphML element that represents a fill

See Also:
Constant Field Values

Y_DASH_STYLE

public static final java.lang.String Y_DASH_STYLE
Name of a GraphML element that represents the dash pattern of a stroke

See Also:
Constant Field Values

Y_LABEL_LIST

public static final java.lang.String Y_LABEL_LIST
Name of a GraphML element that represents the list of labels associated with a graph item

See Also:
Constant Field Values

Y_LABEL_TEXT

public static final java.lang.String Y_LABEL_TEXT
Name of a GraphML element that represents the text of a label

See Also:
Constant Field Values

Y_PREFERRED_SIZE

public static final java.lang.String Y_PREFERRED_SIZE
Name of a GraphML element that represents the preferred size of a label

See Also:
Constant Field Values

Y_FONT

public static final java.lang.String Y_FONT
Name of a GraphML element that represents a font

See Also:
Constant Field Values

Y_IMAGE

public static final java.lang.String Y_IMAGE
Name of a GraphML element that represents an image resource

See Also:
Constant Field Values

Y_LABEL

public static final java.lang.String Y_LABEL
Name of a GraphML element that represents a single label

See Also:
Constant Field Values

Y_SHARED_DATA

public static final java.lang.String Y_SHARED_DATA
Name of the GraphML element containing shared data elements

See Also:
Constant Field Values

Y_SOURCE_ARROW

public static final java.lang.String Y_SOURCE_ARROW
Name of a GraphML element that represents the source arrow of an edge

See Also:
Constant Field Values

Y_TARGET_ARROW

public static final java.lang.String Y_TARGET_ARROW
Name of a GraphML element that represents the target arrow of an edge

See Also:
Constant Field Values

Y_USER_TAG

public static final java.lang.String Y_USER_TAG
See Also:
Constant Field Values

YFILES_FLEX_NS_PREFIX

public static final java.lang.String YFILES_FLEX_NS_PREFIX
See Also:
Constant Field Values

YFILES_FLEX_NS

public static final java.lang.String YFILES_FLEX_NS
See Also:
Constant Field Values

YWORKS_EXT_PRIMITIVES_NS_URI

public static final java.lang.String YWORKS_EXT_PRIMITIVES_NS_URI
See Also:
Constant Field Values

YWORKS_EXT_PRIMITIVES_NS_PREFIX

public static final java.lang.String YWORKS_EXT_PRIMITIVES_NS_PREFIX
See Also:
Constant Field Values

YWORKS_EXT_ARRAY_NS_URI

public static final java.lang.String YWORKS_EXT_ARRAY_NS_URI
See Also:
Constant Field Values

YWORKS_EXT_ARRAY_NS_PREFIX

public static final java.lang.String YWORKS_EXT_ARRAY_NS_PREFIX
See Also:
Constant Field Values

YWORKS_MARKUP_NS_PREFIX

public static final java.lang.String YWORKS_MARKUP_NS_PREFIX
See Also:
Constant Field Values

YWORKS_MARKUP_NS_URI

public static final java.lang.String YWORKS_MARKUP_NS_URI
See Also:
Constant Field Values

YFILES_FORMS_NS_PREFIX

public static final java.lang.String YFILES_FORMS_NS_PREFIX
See Also:
Constant Field Values

YFILES_FORMS_NS_URI

public static final java.lang.String YFILES_FORMS_NS_URI
See Also:
Constant Field Values

YFILES_COMMON_NS_PREFIX

public static final java.lang.String YFILES_COMMON_NS_PREFIX
See Also:
Constant Field Values

YFILES_COMMON_NS_URI

public static final java.lang.String YFILES_COMMON_NS_URI
See Also:
Constant Field Values

YGRAPHML_NS_URI

public static final java.lang.String YGRAPHML_NS_URI
See Also:
Constant Field Values

YGRAPHML_NS_PREFIX

public static final java.lang.String YGRAPHML_NS_PREFIX
See Also:
Constant Field Values

XAML_NS_URI

public static final java.lang.String XAML_NS_URI
See Also:
Constant Field Values

XAML_NS_PREFIX

public static final java.lang.String XAML_NS_PREFIX
See Also:
Constant Field Values

GRAPHML_REFERENCE_TAG

public static final java.lang.String GRAPHML_REFERENCE_TAG
Tag name for shared references that need an external enclosing tag

This field has the constant value "GraphMLReference"

See Also:
Constant Field Values

DEFAULT

public static final java.lang.String DEFAULT
See Also:
Constant Field Values

COMMON_ATTRIBUTE_NAME_PREFIX

public static final java.lang.String COMMON_ATTRIBUTE_NAME_PREFIX
Canonical prefix for attribute names used by the GraphML framework

See Also:
Constant Field Values


Copyright © 2000-2013 yWorks GmbH. All rights reserved