com.tensegrity.graphics.interaction
Class InteractionRestrictionInfo
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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.