Uses of Interface
gov.nasa.worldwind.render.MultiResolutionPath.SkipCountComputer
-
Packages that use MultiResolutionPath.SkipCountComputer Package Description gov.nasa.worldwind.render -
-
Uses of MultiResolutionPath.SkipCountComputer in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as MultiResolutionPath.SkipCountComputer Modifier and Type Field Description protected MultiResolutionPath.SkipCountComputer
MultiResolutionPath. skipCountComputer
Deprecated.The default implementation ofSkipCountComputer
.Methods in gov.nasa.worldwind.render that return MultiResolutionPath.SkipCountComputer Modifier and Type Method Description MultiResolutionPath.SkipCountComputer
MultiResolutionPath. getSkipCountComputer()
Deprecated.Indicates the SkipCountComputer that is used to determine the number of specified positions skipped during path tessellation.Methods in gov.nasa.worldwind.render with parameters of type MultiResolutionPath.SkipCountComputer Modifier and Type Method Description void
MultiResolutionPath. setSkipCountComputer(MultiResolutionPath.SkipCountComputer computer)
Deprecated.Specifies the SkipCountComputer that determines the number of specified positions skipped during path tessellation.
-