Uses of Enum Class
com.luciad.input.touch.TLcdTouchPoint.State
Packages that use TLcdTouchPoint.State
Package
Description
This package contains classes necessary to add touch based functionality to LuciadLightspeed.
-
Uses of TLcdTouchPoint.State in com.luciad.input.touch
Methods in com.luciad.input.touch that return TLcdTouchPoint.StateModifier and TypeMethodDescriptionTLcdTouchPoint.getState()The state of the touch point which is described by thisTLcdTouchPoint.static TLcdTouchPoint.StateReturns the enum constant of this class with the specified name.static TLcdTouchPoint.State[]TLcdTouchPoint.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.input.touch with parameters of type TLcdTouchPoint.StateModifier and TypeMethodDescriptionTLcdTouchPoint.cloneAs(TLcdTouchPoint.State aState, long aTouchPointID, Point aLocation, int aTapCount, String aTouchPointType, boolean aConsumed, long aCxContact, long aCyContact) Create a new instance of this class based on the information passed as parameters to this method.static StringTLcdTouchPoint.getDisplayName(TLcdTouchPoint.State aState) Returns a String representation ofaState.Constructors in com.luciad.input.touch with parameters of type TLcdTouchPoint.StateModifierConstructorDescriptionTLcdTouchPoint(TLcdTouchPoint.State aState, long aID, Point aLocation, int aTapCount, String aType, boolean aConsumed) Create a newTLcdTouchPoint.TLcdTouchPoint(TLcdTouchPoint.State aState, long aID, Point aLocation, int aTapCount, String aType, boolean aConsumed, long aCxContact, long aCyContact) Create a newTLcdTouchPoint.