Uses of Enum
org.scilab.forge.scirenderer.texture.AnchorPosition
Packages that use AnchorPosition
Package
Description
-
Uses of AnchorPosition in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type AnchorPositionModifier and TypeMethodDescriptionvoidDrawingTools.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 AnchorPosition in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type AnchorPositionModifier and TypeMethodDescriptionvoidG2DDrawingTools.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 AnchorPosition in org.scilab.forge.scirenderer.implementation.g2d.motor
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type AnchorPositionModifier 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) Constructors in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type AnchorPositionModifierConstructorDescriptionSpritedRectangle(Vector3d vertex, Texture sprite, AnchorPosition anchor, G2DTextureDrawingTools drawingTools, double rotationAngle) -
Uses of AnchorPosition in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type AnchorPositionModifier and TypeMethodDescriptionvoidJoGLDrawingTools.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 AnchorPosition in org.scilab.forge.scirenderer.implementation.jogl.texture
Methods in org.scilab.forge.scirenderer.implementation.jogl.texture with parameters of type AnchorPositionModifier and TypeMethodDescriptionvoidJoGLTextureManager.draw(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) voidJoGLTextureManager.draw(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) voidJoGLTextureManager.JoGLTexture.draw(JoGLDrawingTools drawingTools, AnchorPosition anchor, Vector3d position, double rotationAngle) protected doubleJoGLTextureManager.JoGLTexture.getAnchorDeltaX(AnchorPosition anchor) Return the deltaX to apply to the sprite in regards to the given anchor.protected doubleJoGLTextureManager.JoGLTexture.getAnchorDeltaY(AnchorPosition anchor) Return the deltaY to apply to the sprite in regards to the given anchor. -
Uses of AnchorPosition in org.scilab.forge.scirenderer.texture
Methods in org.scilab.forge.scirenderer.texture that return AnchorPositionModifier and TypeMethodDescriptionstatic AnchorPositionReturns the enum constant of this type with the specified name.static AnchorPosition[]AnchorPosition.values()Returns an array containing the constants of this enum type, in the order they are declared.