|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object image.Image image.RasterImage image.FromFile
public class FromFile
Represents an Image from a file. The given file name is used to load the image. Resolved path names are cached, so images are only loaded once.
Constructor Summary | |
---|---|
FromFile(java.lang.String f)
Create an Image from the given file name |
Method Summary |
---|
Methods inherited from class image.RasterImage |
---|
getGraphics, getPixel, getPixelAsString, height, paint, setPixel, setPixel, setPixel, setPixel, setPixel, setPixel, setPixel, width |
Methods inherited from class image.Image |
---|
flipHorizontal, flipVertical, overlay, overlay, overlayxy, overlayxy, overlayxy, overlayxy, overlayxy, overlayxy, rasterize, rotate, rotate, toFile, toScene, toWhiteFile, toWhiteScene |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FromFile(java.lang.String f)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |