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 TypeMethodDescriptionvoidDraw the texture on XY plane in current coordinate.voidDrawingTools.draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions) Draw the given texture at all given position.voidDrawingTools.draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) Draw the given texture at all given position with the given rotation angle.voidDrawingTools.draw(Texture texture, AnchorPosition anchor, Vector3d position) Draw the given texture at given position.voidDrawingTools.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 TypeMethodDescriptionvoidvoidG2DDrawingTools.draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions) voidG2DDrawingTools.draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) voidG2DDrawingTools.draw(Texture texture, AnchorPosition anchor, Vector3d position) voidG2DDrawingTools.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 TypeMethodDescriptionvoidMotor3D.draw(DrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) voidMotor3D.draw(DrawingTools drawingTools, Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) voidMotor3D.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 TypeMethodDescriptionvoidvoidvoidG2DTextureManager.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 TypeMethodDescriptionvoidBind the given texture to the OpenGl context.voidvoidJoGLDrawingTools.draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions) voidJoGLDrawingTools.draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) voidJoGLDrawingTools.draw(Texture texture, AnchorPosition anchor, Vector3d position) voidJoGLDrawingTools.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 TypeMethodDescriptionvoidJoGLTextureManager.bind(JoGLDrawingTools drawingTools, Texture texture) Texture binder.voidvoidJoGLTextureManager.draw(JoGLDrawingTools drawingTools, Texture texture) Draw the given texture.voidJoGLTextureManager.draw(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) voidJoGLTextureManager.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 TextureSubclasses with type arguments of type Texture in org.scilab.forge.scirenderer.textureModifier and TypeClassDescriptionclassclassSubinterfaces with type arguments of type Texture in org.scilab.forge.scirenderer.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 TypeMethodDescriptionvoidTextureManager.dispose(Collection<Texture> textures) Dispose the given textures.