|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlatformEdge | |
---|---|
moagg.artwork.object | |
moagg.level.xml.data.object | |
moagg.level.xml.object | |
moagg.types |
Uses of PlatformEdge in moagg.artwork.object |
---|
Methods in moagg.artwork.object with parameters of type PlatformEdge | |
---|---|
java.awt.image.BufferedImage[] |
PlatformImageFactory.getImages(PlatformEdge leftEdge,
PlatformEdge rightEdge,
int size)
|
int[][] |
PlatformImageFactory.getRGB(PlatformEdge leftEdge,
PlatformEdge rightEdge,
int size)
This method is part of a workaround for the big performance-decrease on Linux for the collision detection between ship/platform. |
Uses of PlatformEdge in moagg.level.xml.data.object |
---|
Methods in moagg.level.xml.data.object that return PlatformEdge | |
---|---|
PlatformEdge |
PlatformData.getLeftEdge()
|
PlatformEdge |
PlatformData.getRightEdge()
|
Methods in moagg.level.xml.data.object with parameters of type PlatformEdge | |
---|---|
void |
PlatformData.setLeftEdge(PlatformEdge left)
|
void |
PlatformData.setRightEdge(PlatformEdge right)
|
Uses of PlatformEdge in moagg.level.xml.object |
---|
Methods in moagg.level.xml.object that return PlatformEdge | |
---|---|
protected PlatformEdge |
PlatformHandler.parseEdge(java.lang.String name,
java.lang.String value)
|
Uses of PlatformEdge in moagg.types |
---|
Methods in moagg.types that return PlatformEdge | |
---|---|
static PlatformEdge |
PlatformEdge.firstColor()
|
static PlatformEdge |
PlatformEdge.lastColor()
|
static PlatformEdge |
PlatformEdge.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PlatformEdge[] |
PlatformEdge.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |