public class Interaction
extends java.lang.Object
| Constructor and Description |
|---|
Interaction(float x,
float y,
java.util.Date offset,
INTERACTIONTYPE interactiontype) |
| Modifier and Type | Method and Description |
|---|---|
INTERACTIONTYPE |
getInteractiontype() |
java.util.Date |
getOffset() |
float |
getX() |
float |
getY() |
public Interaction(float x,
float y,
java.util.Date offset,
INTERACTIONTYPE interactiontype)
public INTERACTIONTYPE getInteractiontype()
public float getX()
public float getY()
public java.util.Date getOffset()