Uses of Class
org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
Packages that use DrawableVBO
Package
Description
- 
Uses of DrawableVBO in org.jzy3d.io.matlab
Methods in org.jzy3d.io.matlab with parameters of type DrawableVBOModifier and TypeMethodDescriptionvoidMatlabVBOLoader.load(IPainter painter, DrawableVBO drawable)  - 
Uses of DrawableVBO in org.jzy3d.io.obj
Methods in org.jzy3d.io.obj with parameters of type DrawableVBOModifier and TypeMethodDescriptionvoidOBJFileLoader.load(IPainter painter, DrawableVBO drawable)  - 
Uses of DrawableVBO in org.jzy3d.plot3d.primitives.vbo
Subclasses of DrawableVBO in org.jzy3d.plot3d.primitives.vboMethods in org.jzy3d.plot3d.primitives.vbo with parameters of type DrawableVBOModifier and TypeMethodDescriptionvoidShaderMeshVBOBuilder.earlyInitalise(DrawableVBO drawable) voidShaderWaterfallVBOBuilder.earlyInitalise(DrawableVBO drawable) voidShaderMeshVBOBuilder.load(IPainter painter, DrawableVBO drawable) voidShaderWaterfallVBOBuilder.load(IPainter painter, DrawableVBO drawable)  - 
Uses of DrawableVBO in org.jzy3d.plot3d.primitives.vbo.builders
Methods in org.jzy3d.plot3d.primitives.vbo.builders with parameters of type DrawableVBOModifier and TypeMethodDescriptionprotected intVBOBuilder.computeGeometrySize(DrawableVBO drawable) protected voidVBOBuilder.fillWithCollection(DrawableVBO drawable, Collection<Coord3d> coordinates, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds) protected voidVBOBuilder.fillWithCollection(DrawableVBO drawable, Collection<Coord3d> coordinates, ColorMapper colors, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds) protected voidVBOBuilder.fillWithCollection(DrawableVBO drawable, List<Coord3d> coordinates, FloatVBO vbo) protected voidVBOBuilder.fillWithCollection(DrawableVBO drawable, List<Coord3d> coordinates, FloatVBO vbo, ColorMapper coloring) protected voidVBOBuilder.fillWithRandomBar(int n, DrawableVBO drawable, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds, ColorMapper colors) protected voidVBOBuilder.fillWithRandomBar(int n, DrawableVBO drawable, FloatVBO vbo, ColorMapper colors) protected FloatVBOVBOBuilder.initFloatVBO(DrawableVBO drawable, boolean hasNormal, boolean hasColor, int n) Setup buffers dimensions according to various parameters: target drawable representation type (point, line, etc), having color per vertex or not, having normals defined (default to false) 3 dimensionsprotected FloatVBOVBOBuilder.initFloatVBO(DrawableVBO drawable, boolean hasNormal, boolean hasColor, int n, int dimension) Setup buffers dimensions according to various parameters: target drawable representation type (point, line, etc), having color per vertex or not, having normals defined (default to false) number of dimensions (default to 3)protected FloatVBOVBOBuilder.initFloatVBO(DrawableVBO drawable, boolean hasColor, int n) Setup buffers dimensions according to various parameters: target drawable representation type (point, line, etc), having color per vertex or not, no normals defined 3 dimensionsvoidVBOBuilderListCoord3d.load(IPainter painter, DrawableVBO drawable)  - 
Uses of DrawableVBO in org.jzy3d.plot3d.primitives.vbo.drawable
Subclasses of DrawableVBO in org.jzy3d.plot3d.primitives.vbo.drawableModifier and TypeClassDescriptionclassclassclassclassWarning!classclassFields in org.jzy3d.plot3d.primitives.vbo.drawable with type parameters of type DrawableVBOMethods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type DrawableVBOModifier and TypeMethodDescriptionvoidSphereVBO.VBOSphereMeshBuilder.load(IPainter painter, DrawableVBO drawable) Constructor parameters in org.jzy3d.plot3d.primitives.vbo.drawable with type arguments of type DrawableVBOModifierConstructorDescriptionBarVBO(IGLLoader<DrawableVBO> loader) DrawableVBO(IGLLoader<DrawableVBO> loader) PolygonVBO(IGLLoader<DrawableVBO> loader) ScatterVBO(IGLLoader<DrawableVBO> loader) TriangleStripVBO(IGLLoader<DrawableVBO> loader) TriangleVBO(IGLLoader<DrawableVBO> loader)  - 
Uses of DrawableVBO in org.jzy3d.plot3d.primitives.volume
Subclasses of DrawableVBO in org.jzy3d.plot3d.primitives.volumeFields in org.jzy3d.plot3d.primitives.volume declared as DrawableVBOMethods in org.jzy3d.plot3d.primitives.volume with parameters of type DrawableVBOModifier and TypeMethodDescriptionvoidCubeVBOBuilder.load(IPainter painter, DrawableVBO drawable)