|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Orientation | |
---|---|
moagg.artwork.object | |
moagg.game.control.handler.explosion | |
moagg.level.xml | |
moagg.level.xml.data.object | |
moagg.model.object | |
moagg.model.object.sprite | |
moagg.types |
Uses of Orientation in moagg.artwork.object |
---|
Methods in moagg.artwork.object with parameters of type Orientation | |
---|---|
protected java.awt.image.BufferedImage |
ThornImageFactory.createImage(Orientation orientation,
int size,
int height)
|
java.awt.image.BufferedImage |
SamBatteryImageFactory.getImage(Orientation orientation)
|
java.awt.image.BufferedImage |
FountainImageFactory.getImage(Orientation orientation)
|
java.awt.image.BufferedImage |
SwitchImageFactory.getImage(Orientation orientation)
|
java.awt.image.BufferedImage |
TurretImageFactory.getImage(Orientation orientation,
TurretType type)
|
java.awt.image.BufferedImage[] |
MagnetImageFactory.getImages(Orientation orientation,
int size)
|
java.awt.image.BufferedImage[] |
ThornImageFactory.getImages(Orientation orientation,
int size)
|
int[][] |
ThornImageFactory.getRGB(Orientation orientation,
int size)
This method is part of a workaround for the big performance-decrease on Linux for the collision detection between ship/thorn. |
protected int[] |
ThornImageFactory.getRGB(Orientation orientation,
int size,
int height)
This method is part of a workaround for the big performance-decrease on Linux for the collision detection between ship/thorn. |
Uses of Orientation in moagg.game.control.handler.explosion |
---|
Methods in moagg.game.control.handler.explosion with parameters of type Orientation | |
---|---|
protected Particle |
OrientationExplosionImpl.createExplosionParticle(MoaggGameObject object,
Orientation orientation)
|
Uses of Orientation in moagg.level.xml |
---|
Methods in moagg.level.xml that return Orientation | |
---|---|
protected Orientation |
AbstractHandler.parseOrientation(java.lang.String node,
org.xml.sax.Attributes attrs)
|
Uses of Orientation in moagg.level.xml.data.object |
---|
Methods in moagg.level.xml.data.object that return Orientation | |
---|---|
Orientation |
SwitchData.getOrientation()
|
Orientation |
SamData.getOrientation()
|
Orientation |
MagnetData.getOrientation()
|
Orientation |
TurretData.getOrientation()
|
Orientation |
FountainData.getOrientation()
|
Orientation |
MortarData.getOrientation()
|
Orientation |
ThornData.getOrientation()
|
Methods in moagg.level.xml.data.object with parameters of type Orientation | |
---|---|
void |
SwitchData.setOrientation(Orientation orientation)
|
void |
SamData.setOrientation(Orientation orientation)
|
void |
MagnetData.setOrientation(Orientation orientation)
|
void |
TurretData.setOrientation(Orientation orientation)
|
void |
FountainData.setOrientation(Orientation orientation)
|
void |
MortarData.setOrientation(Orientation orientation)
|
void |
ThornData.setOrientation(Orientation orientation)
|
Uses of Orientation in moagg.model.object |
---|
Methods in moagg.model.object that return Orientation | |
---|---|
Orientation |
OrientationObject.getOrientation()
|
Uses of Orientation in moagg.model.object.sprite |
---|
Methods in moagg.model.object.sprite that return Orientation | |
---|---|
Orientation |
Thorn.getOrientation()
|
Orientation |
Fountain.getOrientation()
|
Orientation |
Magnet.getOrientation()
|
Orientation |
Switch.getOrientation()
|
Orientation |
Mortar.getOrientation()
|
Orientation |
Turret.getOrientation()
|
Orientation |
Sam.getOrientation()
|
Methods in moagg.model.object.sprite with parameters of type Orientation | |
---|---|
void |
Thorn.setOrientation(Orientation orientation)
|
void |
Fountain.setOrientation(Orientation orientation)
|
void |
Magnet.setOrientation(Orientation orientation)
|
void |
Switch.setOrientation(Orientation orientation)
|
void |
Mortar.setOrientation(Orientation orientation)
|
void |
Turret.setOrientation(Orientation orientation)
|
void |
Sam.setOrientation(Orientation orientation)
|
Uses of Orientation in moagg.types |
---|
Methods in moagg.types that return Orientation | |
---|---|
static Orientation |
Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |