Uses of Class
gov.nasa.worldwind.awt.ViewInputAttributes
- 
Packages that use ViewInputAttributes Package Description gov.nasa.worldwind.awt 
- 
- 
Uses of ViewInputAttributes in gov.nasa.worldwind.awtFields in gov.nasa.worldwind.awt declared as ViewInputAttributes Modifier and Type Field Description protected ViewInputAttributesAbstractViewInputHandler. attributesMethods in gov.nasa.worldwind.awt that return ViewInputAttributes Modifier and Type Method Description ViewInputAttributesAbstractViewInputHandler. getAttributes()Returns the values that are used to transform raw input events into view movments.ViewInputAttributesViewInputHandler. getAttributes()Returns the values that are used to transform raw input events into view movments.Methods in gov.nasa.worldwind.awt with parameters of type ViewInputAttributes Modifier and Type Method Description voidAbstractViewInputHandler. setAttributes(ViewInputAttributes attributes)Sets the values that will be used to transform raw input events into view movements.voidViewInputHandler. setAttributes(ViewInputAttributes attributes)Sets the values that will be used to transform raw input events into view movements.
 
-