Uses of Class
gov.nasa.worldwind.render.AbstractGeneralShape
-
Packages that use AbstractGeneralShape Package Description gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.render -
-
Uses of AbstractGeneralShape in gov.nasa.worldwind.ogc.collada.impl
Subclasses of AbstractGeneralShape in gov.nasa.worldwind.ogc.collada.impl Modifier and Type Class Description class
ColladaMeshShape
Shape to render a COLLADA line or triangle mesh.Constructors in gov.nasa.worldwind.ogc.collada.impl with parameters of type AbstractGeneralShape Constructor Description ShapeData(DrawContext dc, AbstractGeneralShape shape)
Construct a cache entry for this shape. -
Uses of AbstractGeneralShape in gov.nasa.worldwind.render
Constructors in gov.nasa.worldwind.render with parameters of type AbstractGeneralShape Constructor Description ShapeData(DrawContext dc, AbstractGeneralShape shape)
Construct a cache entry for this shape.
-