|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use E3DVector2I | |
| espresso3d.engine.lowlevel.vector | |
| espresso3d.engine.viewport.image | |
| espresso3d.engine.viewport.text | |
| Uses of E3DVector2I in espresso3d.engine.lowlevel.vector |
| Methods in espresso3d.engine.lowlevel.vector that return E3DVector2I | |
E3DVector2I |
E3DVector2I.add(E3DVector2I translationAmt)
|
E3DVector2I |
E3DVector2I.subtract(E3DVector2I translationAmt)
|
E3DVector2I |
E3DVector2I.scale(int scaleAmt)
|
E3DVector2I |
E3DVector2I.multiply(E3DVector2I multiplyAmt)
|
| Methods in espresso3d.engine.lowlevel.vector with parameters of type E3DVector2I | |
boolean |
E3DVector2I.equals(E3DVector2I vec)
|
void |
E3DVector2I.set(E3DVector2I newVec)
|
E3DVector2I |
E3DVector2I.add(E3DVector2I translationAmt)
|
void |
E3DVector2I.addEqual(E3DVector2I translationAmt)
|
E3DVector2I |
E3DVector2I.subtract(E3DVector2I translationAmt)
|
void |
E3DVector2I.subtractEqual(E3DVector2I translationAmt)
|
E3DVector2I |
E3DVector2I.multiply(E3DVector2I multiplyAmt)
|
void |
E3DVector2I.multiplyEqual(E3DVector2I multiplyAmt)
|
| Constructors in espresso3d.engine.lowlevel.vector with parameters of type E3DVector2I | |
E3DVector2I(E3DVector2I toCopy)
|
|
| Uses of E3DVector2I in espresso3d.engine.viewport.image |
| Methods in espresso3d.engine.viewport.image that return E3DVector2I | |
E3DVector2I |
E3DImage.getPosition()
Get the 2D position of the image (Viewport coords with (0,0) in the bottom left) |
| Methods in espresso3d.engine.viewport.image with parameters of type E3DVector2I | |
void |
E3DImage.translate(E3DVector2I translationAmt)
Translate the image |
void |
E3DImage.setPosition(E3DVector2I position)
Set the 2D position of the image (Viewport coords with (0,0) in the bottom left) |
| Constructors in espresso3d.engine.viewport.image with parameters of type E3DVector2I | |
E3DVariableSizeImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
double widthPercentage,
double heightPercentage,
int life)
Construct an E3DImage that has a percentage height and width. |
|
E3DVariableSizeImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
double widthPercentage,
double heightPercentage,
int life,
int blendMode)
Construct an E3DImage that has a percentage height and width. |
|
E3DVariableSizeImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
double widthPercentage,
double heightPercentage,
int life,
int blendMode)
Create a variable size image that has an animated texture |
|
E3DVariableSizeImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
double widthPercentage,
double heightPercentage,
int life)
Create a variable size image that has an animated texture |
|
E3DImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
int life)
Create a new viewport image. |
|
E3DImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
int life,
int blendMode)
Create a new viewport image. |
|
E3DImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
int life,
int blendMode)
Construct an image with an animated texture |
|
E3DImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
int life)
Construct an image with an animated texture |
|
E3DFixedSizeImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
int width,
int height,
int life)
Construct an E3DImage that has a static width. |
|
E3DFixedSizeImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
int width,
int height,
int life,
int blendMode)
Construct an E3DImage that has a static width. |
|
E3DFixedSizeImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
int width,
int height,
int life,
int blendMode)
Create a fixed size image that has an animated texture |
|
E3DFixedSizeImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
int width,
int height,
int life)
Create a fixed size image that has an animated texture |
|
| Uses of E3DVector2I in espresso3d.engine.viewport.text |
| Methods in espresso3d.engine.viewport.text that return E3DVector2I | |
E3DVector2I |
E3DMessage.getCursorPositionAfterMessage()
This returns the X, Y coords of the cursor after the last character in the message. |
E3DVector2I |
E3DMessage.getPosition()
Get the 2D (x,y) position the message starts at. |
| Methods in espresso3d.engine.viewport.text with parameters of type E3DVector2I | |
E3DMessage |
E3DViewportPrinter.printToViewport(java.lang.String text,
java.lang.String fontName,
int fontSize,
E3DVector2I position,
double life)
|
E3DMessage |
E3DViewportPrinter.printToViewport(java.lang.String text,
java.lang.String fontName,
int fontSize,
E3DVector3F color,
E3DVector2I position,
double life)
|
E3DMessage |
E3DViewportPrinter.printToViewport(java.lang.String text,
java.lang.String fontName,
int fontSize,
E3DVector3F color,
E3DVector2I position,
double life,
int blendMode)
|
void |
E3DMessage.setPosition(E3DVector2I position)
Set the 2D (x,y) position the message starts at. |
| Constructors in espresso3d.engine.viewport.text with parameters of type E3DVector2I | |
E3DMessage(E3DEngine engine,
E3DViewport viewport,
java.lang.String text,
espresso3d.engine.viewport.text.E3DFont font,
double fontSize,
E3DVector2I position,
double life,
E3DVector3F color)
Create a message to be printed by the viewport printer. |
|
E3DMessage(E3DEngine engine,
E3DViewport viewport,
java.lang.String text,
espresso3d.engine.viewport.text.E3DFont font,
double fontSize,
E3DVector2I position,
double life,
E3DVector3F color,
int blendMode)
Create a message to be printed by the viewport printer. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||