com.tensegrity.graphics.interaction
Class InteractionRestrictionInfo

java.lang.Object
  extended bycom.tensegrity.graphics.interaction.InteractionRestrictionInfo

public final class InteractionRestrictionInfo
extends java.lang.Object

TODO: comment

Version:
$Id: InteractionRestrictionInfo.java,v 1.4 2005/04/01 10:49:01 MichaelKegel Exp $
Author:
MKegel

Field Summary
static int BBOX_POSITION_UNDEFINED
           
static int BBOX_POSITION_X1
           
static int BBOX_POSITION_X2
           
static int BBOX_POSITION_Y1
           
static int BBOX_POSITION_Y2
           
 
Constructor Summary
InteractionRestrictionInfo(BaseInteractable interactable, InteractionItem item, Coordinate coordinate, Transform2D xform_context, int type)
          TODO : comment
InteractionRestrictionInfo(java.util.Map interactable2item, Coordinate coordinate, Transform2D xform_context, int type)
           
 
Method Summary
static java.lang.String bboxPosition2String(int position)
           
 BaseInteractable getBaseInteractable()
           
 int getBoundingBoxPosition()
           
 Transform2D getContextTransform()
           
 Coordinate getCoordinate()
           
 java.util.Map getInteractable2itemMap()
           
 InteractionItem getItem()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BBOX_POSITION_UNDEFINED

public static final int BBOX_POSITION_UNDEFINED
See Also:
Constant Field Values

BBOX_POSITION_X1

public static final int BBOX_POSITION_X1
See Also:
Constant Field Values

BBOX_POSITION_X2

public static final int BBOX_POSITION_X2
See Also:
Constant Field Values

BBOX_POSITION_Y1

public static final int BBOX_POSITION_Y1
See Also:
Constant Field Values

BBOX_POSITION_Y2

public static final int BBOX_POSITION_Y2
See Also:
Constant Field Values
Constructor Detail

InteractionRestrictionInfo

public InteractionRestrictionInfo(BaseInteractable interactable,
                                  InteractionItem item,
                                  Coordinate coordinate,
                                  Transform2D xform_context,
                                  int type)
TODO : comment


InteractionRestrictionInfo

public InteractionRestrictionInfo(java.util.Map interactable2item,
                                  Coordinate coordinate,
                                  Transform2D xform_context,
                                  int type)
Method Detail

getType

public int getType()

getBaseInteractable

public BaseInteractable getBaseInteractable()

getItem

public InteractionItem getItem()

getInteractable2itemMap

public java.util.Map getInteractable2itemMap()

getCoordinate

public Coordinate getCoordinate()

getContextTransform

public Transform2D getContextTransform()

getBoundingBoxPosition

public int getBoundingBoxPosition()

bboxPosition2String

public static final java.lang.String bboxPosition2String(int position)


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