com.tensegrity.composite.geometry
Class GeometryConstants

java.lang.Object
  extended bycom.tensegrity.composite.geometry.GeometryConstants

public class GeometryConstants
extends java.lang.Object

The GeometryConstants defines constants that are used within the geometry API

Version:
$Id: GeometryConstants.java,v 1.13 2006/04/27 15:40:42 MichaelKegel Exp $
Author:
MKegel

Field Summary
static java.lang.String ATTRIBUTENAME_ADJUSTSIZETO_SINGLECHILD
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_BACKGROUND
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_CONTENTBORDERBOTTOM
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_CONTENTBORDERLEFT
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_CONTENTBORDERRIGHT
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_CONTENTBORDERTOP
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_DEFAULTRECT
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_ELEMENTNAME
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_FOLDABLE
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_FOLDEDGEOMETRY
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_FOLDEDSIZE
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_FOLDEDSTATEBUTTONANCHOR
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_FOLDEDSTATEBUTTONSIZE
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_FOLDINGANCHOR
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_FOLDPLACEMENT
          Deprecated. make use of ATTRIBUTENAME_FOLDINGANCHOR instead
static java.lang.String ATTRIBUTENAME_HORIZONTALBORDERTOCONTENT
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_NAME
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_PRINTFILLING
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_RULE
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_SIZEADJUSTMENT
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_SOURCE
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_SWIMLANEWEIGHT
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_TARGET
          various geometry related constants which define attribute names.
static java.lang.String ATTRIBUTENAME_VERTICALBORDERTOCONTENT
          various geometry related constants which define attribute names.
static java.lang.String CL_LABEL_POSITIONING
          Deprecated. use CL_SIGN_ANCHOR & CL_SIGN_PLACEMENT instead [notice: this constant will be removed in the near future]
static java.lang.String CL_LABEL_POSITIONING_CENTER
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_LABEL_POSITIONING_CENTER_END
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_LABEL_POSITIONING_CENTER_START
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_LABEL_POSITIONING_FREE
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_LABEL_POSITIONING_HEAD
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_LABEL_POSITIONING_HEAD_END
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_LABEL_POSITIONING_HEAD_START
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_LABEL_POSITIONING_TAIL
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_LABEL_POSITIONING_TAIL_END
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_LABEL_POSITIONING_TAIL_START
          constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine
static java.lang.String CL_SIGN_ANCHOR
           
static java.lang.String CL_SIGN_PLACEMENT
           
static java.lang.String CL_SIGN_VISIBLE
           
static java.lang.String GD_ATTRIBUTENAME_MINIMUM_SIZE
          constant for the minimum size attribute of a geometry descriptor
static java.lang.String GEOMETRY_INFOVALUE_KEY
          constant that tells about the name of the geometry name attribute
static java.lang.String GEOMETRYHINTS_INFOVALUE_KEY
          constant that tells about the name of the geometry hints attribute
static java.lang.String GEOMETRYNAME_INFOVALUE_KEY
          constant that tells about the name of the geometry name attribute
 
Method Summary
static int compositelineLabelPositioning2Constant(java.lang.String labelposition)
          Converts the String representation of one of the label position constants of a CompositeLine given by labelposition into the corresponding label position constant.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GD_ATTRIBUTENAME_MINIMUM_SIZE

public static final java.lang.String GD_ATTRIBUTENAME_MINIMUM_SIZE
constant for the minimum size attribute of a geometry descriptor

See Also:
Constant Field Values

GEOMETRY_INFOVALUE_KEY

public static final java.lang.String GEOMETRY_INFOVALUE_KEY
constant that tells about the name of the geometry name attribute

See Also:
Constant Field Values

GEOMETRYNAME_INFOVALUE_KEY

public static final java.lang.String GEOMETRYNAME_INFOVALUE_KEY
constant that tells about the name of the geometry name attribute

See Also:
Constant Field Values

GEOMETRYHINTS_INFOVALUE_KEY

public static final java.lang.String GEOMETRYHINTS_INFOVALUE_KEY
constant that tells about the name of the geometry hints attribute

See Also:
Constant Field Values

ATTRIBUTENAME_VERTICALBORDERTOCONTENT

public static final java.lang.String ATTRIBUTENAME_VERTICALBORDERTOCONTENT
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_HORIZONTALBORDERTOCONTENT

public static final java.lang.String ATTRIBUTENAME_HORIZONTALBORDERTOCONTENT
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_CONTENTBORDERLEFT

public static final java.lang.String ATTRIBUTENAME_CONTENTBORDERLEFT
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_CONTENTBORDERRIGHT

public static final java.lang.String ATTRIBUTENAME_CONTENTBORDERRIGHT
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_CONTENTBORDERTOP

public static final java.lang.String ATTRIBUTENAME_CONTENTBORDERTOP
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_CONTENTBORDERBOTTOM

public static final java.lang.String ATTRIBUTENAME_CONTENTBORDERBOTTOM
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_SIZEADJUSTMENT

public static final java.lang.String ATTRIBUTENAME_SIZEADJUSTMENT
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_ADJUSTSIZETO_SINGLECHILD

public static final java.lang.String ATTRIBUTENAME_ADJUSTSIZETO_SINGLECHILD
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_FOLDEDGEOMETRY

public static final java.lang.String ATTRIBUTENAME_FOLDEDGEOMETRY
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_FOLDABLE

public static final java.lang.String ATTRIBUTENAME_FOLDABLE
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_FOLDEDSIZE

public static final java.lang.String ATTRIBUTENAME_FOLDEDSIZE
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_FOLDINGANCHOR

public static final java.lang.String ATTRIBUTENAME_FOLDINGANCHOR
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_FOLDEDSTATEBUTTONANCHOR

public static final java.lang.String ATTRIBUTENAME_FOLDEDSTATEBUTTONANCHOR
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_FOLDEDSTATEBUTTONSIZE

public static final java.lang.String ATTRIBUTENAME_FOLDEDSTATEBUTTONSIZE
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_ELEMENTNAME

public static final java.lang.String ATTRIBUTENAME_ELEMENTNAME
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_SOURCE

public static final java.lang.String ATTRIBUTENAME_SOURCE
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_TARGET

public static final java.lang.String ATTRIBUTENAME_TARGET
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_RULE

public static final java.lang.String ATTRIBUTENAME_RULE
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_NAME

public static final java.lang.String ATTRIBUTENAME_NAME
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_DEFAULTRECT

public static final java.lang.String ATTRIBUTENAME_DEFAULTRECT
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_BACKGROUND

public static final java.lang.String ATTRIBUTENAME_BACKGROUND
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_SWIMLANEWEIGHT

public static final java.lang.String ATTRIBUTENAME_SWIMLANEWEIGHT
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_PRINTFILLING

public static final java.lang.String ATTRIBUTENAME_PRINTFILLING
various geometry related constants which define attribute names.

See Also:
Constant Field Values

ATTRIBUTENAME_FOLDPLACEMENT

public static final java.lang.String ATTRIBUTENAME_FOLDPLACEMENT
Deprecated. make use of ATTRIBUTENAME_FOLDINGANCHOR instead

constant which define the name for the fold placement attribute.

See Also:
Constant Field Values

CL_LABEL_POSITIONING

public static final java.lang.String CL_LABEL_POSITIONING
Deprecated. use CL_SIGN_ANCHOR & CL_SIGN_PLACEMENT instead [notice: this constant will be removed in the near future]

constant that tells about the name of the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_SIGN_VISIBLE

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

CL_SIGN_ANCHOR

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

CL_SIGN_PLACEMENT

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

CL_LABEL_POSITIONING_FREE

public static final java.lang.String CL_LABEL_POSITIONING_FREE
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_LABEL_POSITIONING_HEAD

public static final java.lang.String CL_LABEL_POSITIONING_HEAD
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_LABEL_POSITIONING_HEAD_START

public static final java.lang.String CL_LABEL_POSITIONING_HEAD_START
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_LABEL_POSITIONING_HEAD_END

public static final java.lang.String CL_LABEL_POSITIONING_HEAD_END
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_LABEL_POSITIONING_TAIL

public static final java.lang.String CL_LABEL_POSITIONING_TAIL
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_LABEL_POSITIONING_TAIL_START

public static final java.lang.String CL_LABEL_POSITIONING_TAIL_START
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_LABEL_POSITIONING_TAIL_END

public static final java.lang.String CL_LABEL_POSITIONING_TAIL_END
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_LABEL_POSITIONING_CENTER

public static final java.lang.String CL_LABEL_POSITIONING_CENTER
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_LABEL_POSITIONING_CENTER_START

public static final java.lang.String CL_LABEL_POSITIONING_CENTER_START
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values

CL_LABEL_POSITIONING_CENTER_END

public static final java.lang.String CL_LABEL_POSITIONING_CENTER_END
constant that tells about the name of a specific value for the label positioning attribute of a CompositeLine

See Also:
Constant Field Values
Method Detail

compositelineLabelPositioning2Constant

public static final int compositelineLabelPositioning2Constant(java.lang.String labelposition)
Converts the String representation of one of the label position constants of a CompositeLine given by labelposition into the corresponding label position constant.

Parameters:
labelposition - the String representation of one of the label position constants of a CompositeLine.
Returns:
int constant that defines one of the label position constants.


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