com.tensegrity.composite
Class CompositeInteractionConfiguration

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

public class CompositeInteractionConfiguration
extends java.lang.Object

TODO: comment

Version:
$Id$
Author:
MKegel

Field Summary
static int MULTIPLE_HIGHLIGHT_DRAG_REPRESENTATION
           
static int NO_DRAG_REPRESENTATION
           
static int SINGLE_HIGHLIGHT_DRAG_REPRESENTATION
           
 
Constructor Summary
CompositeInteractionConfiguration()
           
 
Method Summary
 CompositeInteractionConfiguration deepCopy()
           
 Coordinate getDragRepresentationHotspot()
           
 int getDragRepresentationMode()
           
 void setDragRepresentationHotspot(Coordinate hotspot)
           
 void setDragRepresentationMode(int dragRepresentationMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_DRAG_REPRESENTATION

public static final int NO_DRAG_REPRESENTATION
See Also:
Constant Field Values

SINGLE_HIGHLIGHT_DRAG_REPRESENTATION

public static final int SINGLE_HIGHLIGHT_DRAG_REPRESENTATION
See Also:
Constant Field Values

MULTIPLE_HIGHLIGHT_DRAG_REPRESENTATION

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

CompositeInteractionConfiguration

public CompositeInteractionConfiguration()
Method Detail

getDragRepresentationHotspot

public final Coordinate getDragRepresentationHotspot()

setDragRepresentationHotspot

public final void setDragRepresentationHotspot(Coordinate hotspot)

getDragRepresentationMode

public final int getDragRepresentationMode()

setDragRepresentationMode

public final void setDragRepresentationMode(int dragRepresentationMode)

deepCopy

public final CompositeInteractionConfiguration deepCopy()


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