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

Packages that use SharedTexture
org.jzy3d.plot3d.primitives.graphs.impl   
org.jzy3d.plot3d.primitives.pickable   
org.jzy3d.plot3d.primitives.textured   
org.jzy3d.plot3d.rendering.textures   
org.jzy3d.plot3d.text.drawable   
org.jzy3d.plot3d.text.drawable.cells   
 

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

Fields in org.jzy3d.plot3d.primitives.graphs.impl declared as SharedTexture
protected  SharedTexture TextureGraph2d.resource
           
 

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

Constructors in org.jzy3d.plot3d.primitives.pickable 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, List<Coord2d> coords)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, 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
           
protected  SharedTexture DrawableTexture.resource
           
 SharedTexture MaskPair.symbolMask
           
 

Methods in org.jzy3d.plot3d.primitives.textured that return SharedTexture
 SharedTexture DrawableTexture.getResource()
           
 

Methods in org.jzy3d.plot3d.primitives.textured with parameters of type SharedTexture
 void DrawableTexture.setResource(SharedTexture resource)
           
 

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, List<Coord2d> coords)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, 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
           
 

Fields in org.jzy3d.plot3d.rendering.textures with type parameters of type SharedTexture
protected static Map<String,SharedTexture> TextureFactory.map
           
 

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

Uses of SharedTexture in org.jzy3d.plot3d.text.drawable
 

Constructors in org.jzy3d.plot3d.text.drawable with parameters of type SharedTexture
DrawableTextTexture(SharedTexture resource)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
           
 

Uses of SharedTexture in org.jzy3d.plot3d.text.drawable.cells
 

Constructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type SharedTexture
DrawableTextCell(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)