|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Image | |
|---|---|
| org.millscript.millscript.datatypes | |
| org.millscript.millscript.render | |
| org.millscript.millscript.tools | |
| org.millscript.millscript.vm | |
| Uses of Image in org.millscript.millscript.datatypes |
|---|
| Subclasses of Image in org.millscript.millscript.datatypes | |
|---|---|
class |
RasterImage
This class represents a raster image in MillScript. |
| Uses of Image in org.millscript.millscript.render |
|---|
| Methods in org.millscript.millscript.render with parameters of type Image | |
|---|---|
void |
ImageRender.renderImage(Image image,
org.millscript.commons.vfs.VFile outFile)
Renders the specified image to the specified output file. |
void |
ImageRender.renderImageToStream(Image image,
java.io.OutputStream ostream)
Renders the specified image to the specified output stream. |
| Uses of Image in org.millscript.millscript.tools |
|---|
| Methods in org.millscript.millscript.tools that return Image | |
|---|---|
static Image |
CastLibrary.toImage(java.lang.Object x)
Casts the supplied Object to an Image. |
| Uses of Image in org.millscript.millscript.vm |
|---|
| Methods in org.millscript.millscript.vm that return Image | |
|---|---|
Image |
Machine.popImage()
Pops an Image off the stack and returns it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||