com.tensegrity.composite.geometry
Class GeometryHintsInfo

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

public class GeometryHintsInfo
extends java.lang.Object

The GeometryHintsInfo class is a wrapper object that gathers the information within a geometry hints AttributeSet and makes them available in an easy way.

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

Field Summary
 boolean careLabelSizeAdjustments
          instance variable that indicates whether label size-adjsutments should be taken care of or not
 int locationAdjustmentX
          instance variable for the horizontal location adjustment type
 int locationAdjustmentY
          instance variable for the vertical location adjustment type
 int sizeAdjustmentX
          instance variable for the horizontal size adjustment type
 int sizeAdjustmentY
          instance variable for the vertical size adjustment type
 
Constructor Summary
GeometryHintsInfo(AttributeSet geometryhints)
          Constructor for GeometryHintsInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

careLabelSizeAdjustments

public boolean careLabelSizeAdjustments
instance variable that indicates whether label size-adjsutments should be taken care of or not


locationAdjustmentX

public int locationAdjustmentX
instance variable for the horizontal location adjustment type


locationAdjustmentY

public int locationAdjustmentY
instance variable for the vertical location adjustment type


sizeAdjustmentX

public int sizeAdjustmentX
instance variable for the horizontal size adjustment type


sizeAdjustmentY

public int sizeAdjustmentY
instance variable for the vertical size adjustment type

Constructor Detail

GeometryHintsInfo

public GeometryHintsInfo(AttributeSet geometryhints)
Constructor for GeometryHintsInfo.

Parameters:
geometryhints - the AttributeSet the geometry-hints are stored in


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