t3.portfolios
Class PointInputDeviceData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()