|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageCreatorInterface
Defines an interface for objects implementing image creation
Method Summary | |
---|---|
Image |
createCompatibleImage(int width,
int height,
int transparency)
Creates a new Image with the specified size and transparency |
Image |
createImage()
Creates a new Image with the size of the screen |
Image |
createImage(int width,
int height)
Creates a new Image with the specified size |
Image |
createVolatileImage()
Creates a new VolatieImage with the size of the screen |
Image |
createVolatileImage(Image image)
Creates a new VolatileImage and copies the specified image to it |
Image |
createVolatileImage(int width,
int height)
Creates a new VolatileImage with the specified size |
Method Detail |
---|
Image createImage()
Image createVolatileImage()
Image createImage(int width, int height)
width
- The width of the imageheight
- The height of the image
Image createCompatibleImage(int width, int height, int transparency)
width
- The width of the imageheight
- The height of the imagetransparency
- Indicates the type of transparency
Image createVolatileImage(int width, int height)
width
- The width of the imageheight
- The height of the image
Image createVolatileImage(Image image)
image
- The image to copy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |