com.tensegrity.composite
Class GeometryDescriptionUtilities

java.lang.Object
  extended bycom.tensegrity.composite.GeometryDescriptionUtilities

public final class GeometryDescriptionUtilities
extends java.lang.Object


Constructor Summary
GeometryDescriptionUtilities()
           
 
Method Summary
static Anchor parseAnchor(java.lang.String anchorString, java.lang.String exception_reason_message)
           
static Size parseMetricExpressionSize(java.lang.String expressionstr, java.lang.String exception_reason_message)
           
static int parseMetricExpressionValue(java.lang.String expressionstr, java.lang.String exception_reason_message)
           
static int readDeprecatedInteger2MetricExpressionValue(Attribute attribute, java.lang.String deprecationmessage, java.lang.String errormessageExpressionParsing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryDescriptionUtilities

public GeometryDescriptionUtilities()
Method Detail

parseAnchor

public static final Anchor parseAnchor(java.lang.String anchorString,
                                       java.lang.String exception_reason_message)
                                throws GeometryNotSupportedException
Throws:
GeometryNotSupportedException

readDeprecatedInteger2MetricExpressionValue

public static final int readDeprecatedInteger2MetricExpressionValue(Attribute attribute,
                                                                    java.lang.String deprecationmessage,
                                                                    java.lang.String errormessageExpressionParsing)
                                                             throws GeometryNotSupportedException
Throws:
GeometryNotSupportedException

parseMetricExpressionValue

public static final int parseMetricExpressionValue(java.lang.String expressionstr,
                                                   java.lang.String exception_reason_message)
                                            throws GeometryNotSupportedException
Throws:
GeometryNotSupportedException

parseMetricExpressionSize

public static final Size parseMetricExpressionSize(java.lang.String expressionstr,
                                                   java.lang.String exception_reason_message)
                                            throws GeometryNotSupportedException
Throws:
GeometryNotSupportedException


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