com.tensegrity.composite.style.persistence
Class StyleConstantsPersistence

java.lang.Object
  extended bycom.tensegrity.composite.style.persistence.StyleConstantsPersistence

public class StyleConstantsPersistence
extends java.lang.Object

During the serialization- and the building process many constant String's like attributenames are needed. To avoid errors during developement time and to achieve flexibility, we define these constants in the StyleConstantsPersistence class. This should enhance readibility of the resulting XML files.

Version:
$Id: StyleConstantsPersistence.java,v 1.10 2004/07/30 16:02:13 MichaelKegel Exp $
Author:
Gilles Iachelini

Field Summary
static java.lang.String ALIGN_HORIZONTAL
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String ALIGN_VERTICAL
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String ATTRIBUTES
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String BORDER
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String DESCRIPTORITEM
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String DESCRIPTORITEMS
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String DTD
          DTD for Style files.
static java.lang.String FILL
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String FILL_TEXTBACKGROUND
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String FONT
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String GEOMETRYDESCRIPTORITEM
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String MARKERBEGIN
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String MARKEREND
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String NAME
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String STROKE
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String STYLEDESCRIPTOR
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String STYLEDESCRIPTORNAME
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String STYLEITEM
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPE
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPECOMPOSITE
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPECOMPOSITEGROUP
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPECOMPOSITELABEL
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPECOMPOSITELINE
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPECOMPOSITESWIMLANE
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPECOMPOSITETABLE
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPECOMPOSITEVIEW
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPEELEMENT
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPEELLIPSE
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPEGENERAL
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPELABEL
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPELINE
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPEPOLYGON
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPERECT
          Required constant strings to import and export styles from (or to) xml.
static java.lang.String TYPETABLE
          Required constant strings to import and export styles from (or to) xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DTD

public static final java.lang.String DTD
DTD for Style files.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

ATTRIBUTES

public static final java.lang.String ATTRIBUTES
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

STYLEDESCRIPTOR

public static final java.lang.String STYLEDESCRIPTOR
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

DESCRIPTORITEMS

public static final java.lang.String DESCRIPTORITEMS
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

DESCRIPTORITEM

public static final java.lang.String DESCRIPTORITEM
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

STYLEITEM

public static final java.lang.String STYLEITEM
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

GEOMETRYDESCRIPTORITEM

public static final java.lang.String GEOMETRYDESCRIPTORITEM
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

FILL

public static final java.lang.String FILL
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

FILL_TEXTBACKGROUND

public static final java.lang.String FILL_TEXTBACKGROUND
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

BORDER

public static final java.lang.String BORDER
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

MARKERBEGIN

public static final java.lang.String MARKERBEGIN
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

MARKEREND

public static final java.lang.String MARKEREND
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

FONT

public static final java.lang.String FONT
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

STROKE

public static final java.lang.String STROKE
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

ALIGN_VERTICAL

public static final java.lang.String ALIGN_VERTICAL
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

ALIGN_HORIZONTAL

public static final java.lang.String ALIGN_HORIZONTAL
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

STYLEDESCRIPTORNAME

public static final java.lang.String STYLEDESCRIPTORNAME
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPELINE

public static final java.lang.String TYPELINE
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPERECT

public static final java.lang.String TYPERECT
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPEELLIPSE

public static final java.lang.String TYPEELLIPSE
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPEPOLYGON

public static final java.lang.String TYPEPOLYGON
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPELABEL

public static final java.lang.String TYPELABEL
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPEGENERAL

public static final java.lang.String TYPEGENERAL
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPEELEMENT

public static final java.lang.String TYPEELEMENT
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPETABLE

public static final java.lang.String TYPETABLE
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPECOMPOSITEVIEW

public static final java.lang.String TYPECOMPOSITEVIEW
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPECOMPOSITE

public static final java.lang.String TYPECOMPOSITE
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPECOMPOSITELINE

public static final java.lang.String TYPECOMPOSITELINE
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPECOMPOSITEGROUP

public static final java.lang.String TYPECOMPOSITEGROUP
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPECOMPOSITETABLE

public static final java.lang.String TYPECOMPOSITETABLE
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPECOMPOSITELABEL

public static final java.lang.String TYPECOMPOSITELABEL
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values

TYPECOMPOSITESWIMLANE

public static final java.lang.String TYPECOMPOSITESWIMLANE
Required constant strings to import and export styles from (or to) xml.

See Also:
Constant Field Values


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