Uses of Class
gov.nasa.worldwind.util.BufferFactory
-
Packages that use BufferFactory Package Description gov.nasa.worldwind.util gov.nasa.worldwindx.examples.analytics -
-
Uses of BufferFactory in gov.nasa.worldwind.util
Subclasses of BufferFactory in gov.nasa.worldwind.util Modifier and Type Class Description static class
BufferFactory.ByteBufferFactory
Implementation of BufferFactory which constructs instances ofBufferWrapper.ByteBufferWrapper
static class
BufferFactory.DoubleBufferFactory
Implementation of BufferFactory which constructs instances ofBufferWrapper.DoubleBufferWrapper
static class
BufferFactory.FloatBufferFactory
Implementation of BufferFactory which constructs instances ofBufferWrapper.FloatBufferWrapper
static class
BufferFactory.IntBufferFactory
Implementation of BufferFactory which constructs instances ofBufferWrapper.IntBufferWrapper
static class
BufferFactory.ShortBufferFactory
Implementation of BufferFactory which constructs instances ofBufferWrapper.ShortBufferWrapper
-
Uses of BufferFactory in gov.nasa.worldwindx.examples.analytics
Methods in gov.nasa.worldwindx.examples.analytics with parameters of type BufferFactory Modifier and Type Method Description static BufferWrapper
AnalyticSurfaceDemo. randomGridValues(int width, int height, double min, double max, int numIterations, double smoothness, BufferFactory factory)
-