Uses of Interface
org.scilab.forge.scirenderer.texture.Texture
Packages that use Texture
Package
Description
-
Uses of Texture in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type TextureModifier and TypeMethodDescriptionvoid
Draw the texture on XY plane in current coordinate.void
DrawingTools.draw
(Texture texture, AnchorPosition anchor, ElementsBuffer positions) Draw the given texture at all given position.void
DrawingTools.draw
(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) Draw the given texture at all given position with the given rotation angle.void
DrawingTools.draw
(Texture texture, AnchorPosition anchor, Vector3d position) Draw the given texture at given position.void
DrawingTools.draw
(Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) Draw the given texture at given position with the given rotation angle. -
Uses of Texture in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type TextureModifier and TypeMethodDescriptionvoid
void
G2DDrawingTools.draw
(Texture texture, AnchorPosition anchor, ElementsBuffer positions) void
G2DDrawingTools.draw
(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) void
G2DDrawingTools.draw
(Texture texture, AnchorPosition anchor, Vector3d position) void
G2DDrawingTools.draw
(Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) -
Uses of Texture in org.scilab.forge.scirenderer.implementation.g2d.motor
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor that return TextureMethods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type TextureModifier and TypeMethodDescriptionvoid
Motor3D.draw
(DrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) void
Motor3D.draw
(DrawingTools drawingTools, Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) void
Motor3D.drawTexture
(DrawingTools drawingTools, BufferedImage image, Texture texture) Constructors in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type TextureModifierConstructorDescriptionSpritedRectangle
(Vector3d vertex, Texture sprite, AnchorPosition anchor, G2DTextureDrawingTools drawingTools, double rotationAngle) -
Uses of Texture in org.scilab.forge.scirenderer.implementation.g2d.texture
Classes in org.scilab.forge.scirenderer.implementation.g2d.texture that implement TextureMethods in org.scilab.forge.scirenderer.implementation.g2d.texture that return TextureMethods in org.scilab.forge.scirenderer.implementation.g2d.texture with parameters of type TextureModifier and TypeMethodDescriptionvoid
void
void
G2DTextureManager.draw
(G2DDrawingTools drawingTools, Texture texture) Draw the given texture.Method parameters in org.scilab.forge.scirenderer.implementation.g2d.texture with type arguments of type Texture -
Uses of Texture in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type TextureModifier and TypeMethodDescriptionvoid
Bind the given texture to the OpenGl context.void
void
JoGLDrawingTools.draw
(Texture texture, AnchorPosition anchor, ElementsBuffer positions) void
JoGLDrawingTools.draw
(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) void
JoGLDrawingTools.draw
(Texture texture, AnchorPosition anchor, Vector3d position) void
JoGLDrawingTools.draw
(Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) -
Uses of Texture in org.scilab.forge.scirenderer.implementation.jogl.texture
Classes in org.scilab.forge.scirenderer.implementation.jogl.texture that implement TextureMethods in org.scilab.forge.scirenderer.implementation.jogl.texture that return TextureMethods in org.scilab.forge.scirenderer.implementation.jogl.texture with parameters of type TextureModifier and TypeMethodDescriptionvoid
JoGLTextureManager.bind
(JoGLDrawingTools drawingTools, Texture texture) Texture binder.void
void
JoGLTextureManager.draw
(JoGLDrawingTools drawingTools, Texture texture) Draw the given texture.void
JoGLTextureManager.draw
(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) void
JoGLTextureManager.draw
(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) Method parameters in org.scilab.forge.scirenderer.implementation.jogl.texture with type arguments of type Texture -
Uses of Texture in org.scilab.forge.scirenderer.ruler
Methods in org.scilab.forge.scirenderer.ruler that return TextureModifier and TypeMethodDescriptionDefaultRulerSpriteFactory.create
(double value, DecimalFormat adaptedFormat, TextureManager textureManager) RulerSpriteFactory.create
(double value, DecimalFormat adaptedFormat, TextureManager textureManager) Return the texture for the given value. -
Uses of Texture in org.scilab.forge.scirenderer.shapes.appearance
Methods in org.scilab.forge.scirenderer.shapes.appearance that return TextureMethods in org.scilab.forge.scirenderer.shapes.appearance with parameters of type Texture -
Uses of Texture in org.scilab.forge.scirenderer.texture
Classes in org.scilab.forge.scirenderer.texture that implement TextureMethods in org.scilab.forge.scirenderer.texture that return TextureMethods in org.scilab.forge.scirenderer.texture with parameters of type TextureMethod parameters in org.scilab.forge.scirenderer.texture with type arguments of type TextureModifier and TypeMethodDescriptionvoid
TextureManager.dispose
(Collection<Texture> textures) Dispose the given textures.