|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageFX.Flipped | |
---|---|
org.deken.game.images |
Uses of ImageFX.Flipped in org.deken.game.images |
---|
Methods in org.deken.game.images that return ImageFX.Flipped | |
---|---|
static ImageFX.Flipped |
ImageFX.Flipped.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImageFX.Flipped[] |
ImageFX.Flipped.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.deken.game.images with parameters of type ImageFX.Flipped | |
---|---|
java.awt.Image[] |
ImageFactory.getCellsFromImage(java.awt.Image image,
Measurements measurements,
ImageFX.Flipped imageTransform,
java.awt.GraphicsConfiguration graphicsConfig)
Image is cut from left and bottom edge, expecting border at left and bottom. |
java.awt.Image[] |
ImageFactory.getCellsFromImage(java.awt.Image image,
Measurements measurements,
int[] cellNumbers,
ImageFX.Flipped imageTransform,
java.awt.GraphicsConfiguration graphicsConfig)
|
java.awt.Image[] |
ImageFactory.getCellsFromImage(java.awt.Image image,
Measurements measurements,
int numberOfCells,
ImageFX.Flipped imageTransform)
Image is cut from left and bottom edge, expecting border at left and bottom. |
java.awt.Image |
ImageFX.getFlippedImage(java.awt.Image image,
ImageFX.Flipped flipped)
getFlippedImage Returns a new Image that is flipped on the horizontal or vertical axis. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |