com.tensegrity.composite.geometry
Class GeometryHintLocationAdjustment

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

public final class GeometryHintLocationAdjustment
extends java.lang.Object

TODO: comment

Version:
$Id: GeometryHintLocationAdjustment.java,v 1.1 2005/01/06 08:16:25 MichaelKegel Exp $
Author:
MKegel

Field Summary
 int adjustment
           
static int ALIGNTOCOORDSYSTEM_X_MAX
          constant that tells about a location adjustment type
static int ALIGNTOCOORDSYSTEM_X_MIN
          constant that tells about a location adjustment type
static int ALIGNTOCOORDSYSTEM_Y_MAX
          constant that tells about a location adjustment type
static int ALIGNTOCOORDSYSTEM_Y_MIN
          constant that tells about a location adjustment type
static int FIXED
          constant that tells about a location adjustment type
static int NONE
          constant that tells about a location adjustment type
static int PROPORTIONAL
          constant that tells about a location adjustment type
 
Constructor Summary
GeometryHintLocationAdjustment()
           
GeometryHintLocationAdjustment(int adjustment)
           
 
Method Summary
static int toConstant(java.lang.String adjustment)
          Converts the location adjustment string representation given by adjustment into the according constant.
static java.lang.Integer toObject(int adjustment)
           
static java.lang.String toString(int adjustment)
          Converts the location adjustment constant given by adjustment into the according string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
constant that tells about a location adjustment type

See Also:
Constant Field Values

PROPORTIONAL

public static final int PROPORTIONAL
constant that tells about a location adjustment type

See Also:
Constant Field Values

FIXED

public static final int FIXED
constant that tells about a location adjustment type

See Also:
Constant Field Values

ALIGNTOCOORDSYSTEM_X_MIN

public static final int ALIGNTOCOORDSYSTEM_X_MIN
constant that tells about a location adjustment type

See Also:
Constant Field Values

ALIGNTOCOORDSYSTEM_X_MAX

public static final int ALIGNTOCOORDSYSTEM_X_MAX
constant that tells about a location adjustment type

See Also:
Constant Field Values

ALIGNTOCOORDSYSTEM_Y_MIN

public static final int ALIGNTOCOORDSYSTEM_Y_MIN
constant that tells about a location adjustment type

See Also:
Constant Field Values

ALIGNTOCOORDSYSTEM_Y_MAX

public static final int ALIGNTOCOORDSYSTEM_Y_MAX
constant that tells about a location adjustment type

See Also:
Constant Field Values

adjustment

public int adjustment
Constructor Detail

GeometryHintLocationAdjustment

public GeometryHintLocationAdjustment()

GeometryHintLocationAdjustment

public GeometryHintLocationAdjustment(int adjustment)
Method Detail

toConstant

public static final int toConstant(java.lang.String adjustment)
Converts the location adjustment string representation given by adjustment into the according constant.

Parameters:
adjustment - the location adjustment string representation to convert
Returns:
int the according constant

toString

public static final java.lang.String toString(int adjustment)
Converts the location adjustment constant given by adjustment into the according string representation.

Parameters:
adjustment - the location adjustment constant to convert
Returns:
String the according constant

toObject

public static final java.lang.Integer toObject(int adjustment)


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