Uses of Class
gov.nasa.worldwindx.examples.util.ExtentVisibilitySupport.ScreenExtent
-
Packages that use ExtentVisibilitySupport.ScreenExtent Package Description gov.nasa.worldwindx.examples.util -
-
Uses of ExtentVisibilitySupport.ScreenExtent in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util with type parameters of type ExtentVisibilitySupport.ScreenExtent Modifier and Type Field Description protected java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent>ExtentVisibilitySupport. screenExtentIterableMethods in gov.nasa.worldwindx.examples.util that return types with arguments of type ExtentVisibilitySupport.ScreenExtent Modifier and Type Method Description java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent>ExtentVisibilitySupport. getScreenExtents()Returns this ExtentVisibilitySupport's Iterable of ScreenExtents.protected java.lang.Iterable<ExtentVisibilitySupport.ScreenExtent>ExtentVisibilitySupport. translateScreenExtents(java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents, Matrix oldModelview, Matrix newModelview, Matrix projection, java.awt.Rectangle viewport)Method parameters in gov.nasa.worldwindx.examples.util with type arguments of type ExtentVisibilitySupport.ScreenExtent Modifier and Type Method Description protected Vec4ExtentVisibilitySupport. computeEyePointForScreenBounds(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, double nearClipDistance, double farClipDistance, java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)protected Vec4ExtentVisibilitySupport. computeEyePointForScreenExtents(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, double nearClipDistance, double farClipDistance, java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)protected Vec4ExtentVisibilitySupport. computeEyePointForScreenReferencePoints(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)voidExtentVisibilitySupport. setScreenExtents(java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)Sets this ExtentVisibilitySupport's Iterable of ScreenExtents.protected java.lang.Iterable<ExtentVisibilitySupport.ScreenExtent>ExtentVisibilitySupport. translateScreenExtents(java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents, Matrix oldModelview, Matrix newModelview, Matrix projection, java.awt.Rectangle viewport)
-