Uses of Interface
org.scilab.forge.scirenderer.texture.Texture
-
-
Uses of Texture in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type Texture Modifier and Type Method Description voidDrawingTools. draw(Texture texture)Draw 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 Texture Modifier and Type Method Description voidG2DDrawingTools. draw(Texture texture)voidG2DDrawingTools. 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 Texture Modifier and Type Method Description TextureSpritedRectangle. getSprite()Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type Texture Modifier and Type Method Description voidMotor3D. 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, java.awt.image.BufferedImage image, Texture texture)Constructors in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type Texture Constructor Description SpritedRectangle(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 Texture Modifier and Type Class Description classG2DTextureManager.G2DTextureInner class forTextureimplementation.Methods in org.scilab.forge.scirenderer.implementation.g2d.texture that return Texture Modifier and Type Method Description TextureG2DTextureManager. createTexture()Methods in org.scilab.forge.scirenderer.implementation.g2d.texture with parameters of type Texture Modifier and Type Method Description voidG2DTextureDrawingTools. accept(Texture texture)voidG2DTextureManager. dispose(Texture texture)voidG2DTextureManager. 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 Modifier and Type Method Description voidG2DTextureManager. dispose(java.util.Collection<Texture> textures) -
Uses of Texture in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Texture Modifier and Type Method Description voidJoGLDrawingTools. bind(Texture texture)Bind the given texture to the OpenGl context.voidJoGLDrawingTools. draw(Texture texture)voidJoGLDrawingTools. 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 Texture Modifier and Type Class Description classJoGLTextureManager.JoGLTextureInner class forTextureimplementation.Methods in org.scilab.forge.scirenderer.implementation.jogl.texture that return Texture Modifier and Type Method Description TextureJoGLTextureManager. createTexture()Methods in org.scilab.forge.scirenderer.implementation.jogl.texture with parameters of type Texture Modifier and Type Method Description voidJoGLTextureManager. bind(JoGLDrawingTools drawingTools, Texture texture)Texture binder.voidJoGLTextureManager. dispose(Texture texture)voidJoGLTextureManager. 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 Modifier and Type Method Description voidJoGLTextureManager. dispose(java.util.Collection<Texture> textures) -
Uses of Texture in org.scilab.forge.scirenderer.ruler
Methods in org.scilab.forge.scirenderer.ruler that return Texture Modifier and Type Method Description TextureDefaultRulerSpriteFactory. create(double value, java.text.DecimalFormat adaptedFormat, TextureManager textureManager)TextureRulerSpriteFactory. create(double value, java.text.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 Texture Modifier and Type Method Description TextureAppearance. getTexture()Texture getter.Methods in org.scilab.forge.scirenderer.shapes.appearance with parameters of type Texture Modifier and Type Method Description voidAppearance. setTexture(Texture texture)Texture setter. -
Uses of Texture in org.scilab.forge.scirenderer.texture
Classes in org.scilab.forge.scirenderer.texture that implement Texture Modifier and Type Class Description classAbstractTextureMethods in org.scilab.forge.scirenderer.texture that return Texture Modifier and Type Method Description TextureTextureManager. createTexture()Texture creator.Methods in org.scilab.forge.scirenderer.texture with parameters of type Texture Modifier and Type Method Description voidTextureManager. dispose(Texture texture)Method parameters in org.scilab.forge.scirenderer.texture with type arguments of type Texture Modifier and Type Method Description voidTextureManager. dispose(java.util.Collection<Texture> textures)Dispose the given textures.
-