t3.portfolios
Class PointInputDeviceData

java.lang.Object
  extended by t3.portfolios.PointInputDeviceData

public class PointInputDeviceData
extends java.lang.Object

Data structure class that stores behind-the-scenes data for T3 about a point input device. You should not normally need to use this class. This class is not thread safe; if you need to use it then you should synchronize on the stateManager first.

Author:
pjt40

Method Summary
 int getButtonsWhenLastEventCreated()
           
 int getButtonsWhenLastFDOPeventCreated()
           
 Cursor getCursor()
           
 double getDESKxWhenLastEventCreated()
           
 double getDESKxWhenLastFDOPeventCreated()
           
 double getDESKyWhenLastEventCreated()
           
 double getDESKyWhenLastFDOPeventCreated()
           
 Portfolio getFdopModePortfolio()
           
 java.util.Set<Portfolio> getPortfoliosInsideWhenLastEventCreated()
           
 double getPORTxWhenFDOPmodeEntered()
           
 double getPORTyWhenFDOPmodeEntered()
           
 boolean isPositionAndButtonsKnownWhenLastEventCreated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getButtonsWhenLastEventCreated

public int getButtonsWhenLastEventCreated()

getButtonsWhenLastFDOPeventCreated

public int getButtonsWhenLastFDOPeventCreated()

getCursor

public Cursor getCursor()

getDESKxWhenLastEventCreated

public double getDESKxWhenLastEventCreated()

getDESKxWhenLastFDOPeventCreated

public double getDESKxWhenLastFDOPeventCreated()

getDESKyWhenLastEventCreated

public double getDESKyWhenLastEventCreated()

getDESKyWhenLastFDOPeventCreated

public double getDESKyWhenLastFDOPeventCreated()

getFdopModePortfolio

public Portfolio getFdopModePortfolio()

getPortfoliosInsideWhenLastEventCreated

public java.util.Set<Portfolio> getPortfoliosInsideWhenLastEventCreated()

getPORTxWhenFDOPmodeEntered

public double getPORTxWhenFDOPmodeEntered()

getPORTyWhenFDOPmodeEntered

public double getPORTyWhenFDOPmodeEntered()

isPositionAndButtonsKnownWhenLastEventCreated

public boolean isPositionAndButtonsKnownWhenLastEventCreated()