Uses of Class
org.scilab.forge.scirenderer.sprite.SpriteAnchorPosition

Packages that use SpriteAnchorPosition
org.scilab.forge.scirenderer   
org.scilab.forge.scirenderer.implementation.jogl   
org.scilab.forge.scirenderer.implementation.jogl.sprite   
org.scilab.forge.scirenderer.sprite   
 

Uses of SpriteAnchorPosition in org.scilab.forge.scirenderer
 

Methods in org.scilab.forge.scirenderer with parameters of type SpriteAnchorPosition
 void DrawingTools.draw(Sprite sprite, SpriteAnchorPosition anchor, ElementsBuffer positions)
          Draw the given sprite at all given position.
 void DrawingTools.draw(Sprite sprite, SpriteAnchorPosition anchor, ElementsBuffer positions, double rotationAngle)
          Draw the given sprite at all given position with the given rotation angle.
 void DrawingTools.draw(Sprite sprite, SpriteAnchorPosition anchor, Vector3d position)
          Draw the given sprite at given position.
 void DrawingTools.draw(Sprite sprite, SpriteAnchorPosition anchor, Vector3d position, double rotationAngle)
          Draw the given sprite at given position with the given rotation angle.
 

Uses of SpriteAnchorPosition in org.scilab.forge.scirenderer.implementation.jogl
 

Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type SpriteAnchorPosition
 void JoGLDrawingTools.draw(Sprite sprite, SpriteAnchorPosition anchor, ElementsBuffer positions)
           
 void JoGLDrawingTools.draw(Sprite sprite, SpriteAnchorPosition anchor, ElementsBuffer positions, double rotationAngle)
           
 void JoGLDrawingTools.draw(Sprite sprite, SpriteAnchorPosition anchor, Vector3d position)
           
 void JoGLDrawingTools.draw(Sprite sprite, SpriteAnchorPosition anchor, Vector3d position, double rotationAngle)
           
 

Uses of SpriteAnchorPosition in org.scilab.forge.scirenderer.implementation.jogl.sprite
 

Methods in org.scilab.forge.scirenderer.implementation.jogl.sprite with parameters of type SpriteAnchorPosition
 void QuadsTextureRenderer.draw(JoGLDrawingTools drawingTools, SpriteAnchorPosition anchor, ElementsBuffer positions)
           
 void RotatableQuadsTextureRenderer.draw(JoGLDrawingTools drawingTools, SpriteAnchorPosition anchor, ElementsBuffer positions)
           
 void RotatableQuadsTextureRenderer.draw(JoGLDrawingTools drawingTools, SpriteAnchorPosition anchor, ElementsBuffer positions, double rotationAngle)
           
 void JoGLSpriteManager.draw(JoGLDrawingTools drawingTools, Sprite sprite, SpriteAnchorPosition anchor, ElementsBuffer positions)
          Perform the sprite drawing.
 void JoGLSpriteManager.draw(JoGLDrawingTools drawingTools, Sprite sprite, SpriteAnchorPosition anchor, ElementsBuffer positions, double rotationAngle)
          Perform the sprite drawing.
 void JoGLSpriteManager.draw(JoGLDrawingTools drawingTools, Sprite sprite, SpriteAnchorPosition anchor, Vector3d position)
          Perform the sprite drawing.
 void JoGLSpriteManager.draw(JoGLDrawingTools drawingTools, Sprite sprite, SpriteAnchorPosition anchor, Vector3d position, double rotationAngle)
          Perform the sprite drawing.
 

Uses of SpriteAnchorPosition in org.scilab.forge.scirenderer.sprite
 

Methods in org.scilab.forge.scirenderer.sprite that return SpriteAnchorPosition
static SpriteAnchorPosition SpriteAnchorPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpriteAnchorPosition[] SpriteAnchorPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.