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.awt
Fields in gov.nasa.worldwind.awt declared as ViewInputAttributes Modifier and Type Field Description protected ViewInputAttributes
AbstractViewInputHandler. attributes
Methods in gov.nasa.worldwind.awt that return ViewInputAttributes Modifier and Type Method Description ViewInputAttributes
AbstractViewInputHandler. getAttributes()
Returns the values that are used to transform raw input events into view movments.ViewInputAttributes
ViewInputHandler. 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 void
AbstractViewInputHandler. setAttributes(ViewInputAttributes attributes)
Sets the values that will be used to transform raw input events into view movements.void
ViewInputHandler. setAttributes(ViewInputAttributes attributes)
Sets the values that will be used to transform raw input events into view movements.
-