|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HVOrientation | |
---|---|
moagg.artwork.object | |
moagg.level.xml.data.object | |
moagg.types |
Uses of HVOrientation in moagg.artwork.object |
---|
Methods in moagg.artwork.object with parameters of type HVOrientation | |
---|---|
protected java.awt.image.BufferedImage |
BarrierImageFactory.createImage(HVOrientation hvOrientation,
int size,
boolean activated)
|
java.awt.image.BufferedImage[] |
BarrierImageFactory.getImages(HVOrientation hvOrientation,
int size)
|
int[][] |
BarrierImageFactory.getRGB(HVOrientation hvOrientation,
int size)
This method is part of a workaround for the big performance-decrease on Linux for the collision detection between ship/barrier. |
Uses of HVOrientation in moagg.level.xml.data.object |
---|
Methods in moagg.level.xml.data.object that return HVOrientation | |
---|---|
HVOrientation |
BarrierData.getHVOrientation()
|
Methods in moagg.level.xml.data.object with parameters of type HVOrientation | |
---|---|
void |
BarrierData.setHVOrientation(HVOrientation hvOrientation)
|
Uses of HVOrientation in moagg.types |
---|
Methods in moagg.types that return HVOrientation | |
---|---|
static HVOrientation |
HVOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HVOrientation[] |
HVOrientation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |