Uses of Class
org.jzy3d.plot3d.rendering.textures.SharedTexture

Packages that use SharedTexture
org.jzy3d.plot3d.primitives.graphs.nodes   
org.jzy3d.plot3d.primitives.textured   
org.jzy3d.plot3d.rendering.textures   
 

Uses of SharedTexture in org.jzy3d.plot3d.primitives.graphs.nodes
 

Constructors in org.jzy3d.plot3d.primitives.graphs.nodes with parameters of type SharedTexture
PickableTexture(SharedTexture resource)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)
           
 

Uses of SharedTexture in org.jzy3d.plot3d.primitives.textured
 

Fields in org.jzy3d.plot3d.primitives.textured declared as SharedTexture
 SharedTexture MaskPair.bgMask
           
 SharedTexture MaskPair.symbolMask
           
 

Constructors in org.jzy3d.plot3d.primitives.textured with parameters of type SharedTexture
DrawableTexture(SharedTexture resource)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)
           
MaskPair(SharedTexture bgMask, SharedTexture symbolMask)
           
 

Uses of SharedTexture in org.jzy3d.plot3d.rendering.textures
 

Subclasses of SharedTexture in org.jzy3d.plot3d.rendering.textures
 class BufferedImageTexture
           
 

Methods in org.jzy3d.plot3d.rendering.textures that return SharedTexture
static SharedTexture TextureFactory.get(java.lang.String name)