Uses of Class
org.jzy3d.plot3d.rendering.textures.SharedTexture
-
-
Uses of SharedTexture in org.jzy3d.plot3d.primitives.graphs.impl
Fields in org.jzy3d.plot3d.primitives.graphs.impl declared as SharedTexture Modifier and Type Field Description protected SharedTextureTextureGraph2d. resource -
Uses of SharedTexture in org.jzy3d.plot3d.primitives.pickable
Constructors in org.jzy3d.plot3d.primitives.pickable with parameters of type SharedTexture Constructor Description PickableTexture(SharedTexture resource)PickableTexture(SharedTexture resource, PlaneAxis orientation)PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color) -
Uses of SharedTexture in org.jzy3d.plot3d.primitives.symbols
Fields in org.jzy3d.plot3d.primitives.symbols declared as SharedTexture Modifier and Type Field Description protected SharedTextureAWTNativeSymbolHandler. sharedTextureConstructors in org.jzy3d.plot3d.primitives.symbols with parameters of type SharedTexture Constructor Description AWTNativeSymbolHandler(SharedTexture sharedTexture) -
Uses of SharedTexture in org.jzy3d.plot3d.primitives.textured
Fields in org.jzy3d.plot3d.primitives.textured declared as SharedTexture Modifier and Type Field Description SharedTextureMaskPair. bgMaskprotected SharedTextureNativeDrawableImage. resourceSharedTextureMaskPair. symbolMaskMethods in org.jzy3d.plot3d.primitives.textured that return SharedTexture Modifier and Type Method Description SharedTextureNativeDrawableImage. getResource()Methods in org.jzy3d.plot3d.primitives.textured with parameters of type SharedTexture Modifier and Type Method Description voidNativeDrawableImage. setResource(SharedTexture resource)Constructors in org.jzy3d.plot3d.primitives.textured with parameters of type SharedTexture Constructor Description MaskPair(SharedTexture bgMask, SharedTexture symbolMask)NativeDrawableImage(SharedTexture resource)NativeDrawableImage(SharedTexture resource, PlaneAxis orientation)NativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue)NativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)NativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)NativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter) -
Uses of SharedTexture in org.jzy3d.plot3d.primitives.volume.textured
Constructors in org.jzy3d.plot3d.primitives.volume.textured with parameters of type SharedTexture Constructor Description AWTNativeDrawableImage(SharedTexture resource)AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation)AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue)AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter) -
Uses of SharedTexture in org.jzy3d.plot3d.rendering.textures
Subclasses of SharedTexture in org.jzy3d.plot3d.rendering.textures Modifier and Type Class Description classBufferedImageTextureFields in org.jzy3d.plot3d.rendering.textures with type parameters of type SharedTexture Modifier and Type Field Description protected static Map<String,SharedTexture>TextureFactory. mapMethods in org.jzy3d.plot3d.rendering.textures that return SharedTexture Modifier and Type Method Description static SharedTextureTextureFactory. get(String name) -
Uses of SharedTexture in org.jzy3d.plot3d.text.drawable
Constructors in org.jzy3d.plot3d.text.drawable with parameters of type SharedTexture Constructor Description DrawableTextTexture(SharedTexture resource)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color) -
Uses of SharedTexture in org.jzy3d.plot3d.text.drawable.cells
Constructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type SharedTexture Constructor Description DrawableTextCell(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
-