|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AnchorPosition in org.scilab.forge.scirenderer |
---|
Methods in org.scilab.forge.scirenderer with parameters of type AnchorPosition | |
---|---|
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 AnchorPosition in org.scilab.forge.scirenderer.implementation.g2d |
---|
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type AnchorPosition | |
---|---|
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 AnchorPosition in org.scilab.forge.scirenderer.implementation.g2d.motor |
---|
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type AnchorPosition | |
---|---|
void |
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)
|
Constructors in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type AnchorPosition | |
---|---|
SpritedRectangle(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 AnchorPosition | |
---|---|
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 AnchorPosition in org.scilab.forge.scirenderer.implementation.jogl.texture |
---|
Methods in org.scilab.forge.scirenderer.implementation.jogl.texture with parameters of type AnchorPosition | |
---|---|
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)
|
Uses of AnchorPosition in org.scilab.forge.scirenderer.texture |
---|
Methods in org.scilab.forge.scirenderer.texture that return AnchorPosition | |
---|---|
static AnchorPosition |
AnchorPosition.valueOf(java.lang.String name)
Returns 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |