|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.functions.Function
org.millscript.millscript.functions.AbstractOutputFunction
org.millscript.millscript.functions.AbstractOutputFileFunction
org.millscript.millscript.functions.ImageFileFunction
public abstract class ImageFileFunction
This class represents the parent of all image saving functions in MillScript.
| Field Summary |
|---|
| Fields inherited from class org.millscript.millscript.functions.AbstractOutputFunction |
|---|
config |
| Constructor Summary | |
|---|---|
protected |
ImageFileFunction(Package pack,
ImageRender ir)
Constructs a new image file function for the specified package and image renderer. |
| Method Summary | |
|---|---|
void |
apply(Machine mc,
int nargs)
Performs this function using the specified machine, with the specified number of arguments. |
| Methods inherited from class org.millscript.millscript.functions.AbstractOutputFileFunction |
|---|
addNewPage, getDefaultExtension, newPage, newPage, newPage, toPage |
| Methods inherited from class org.millscript.millscript.functions.AbstractOutputFunction |
|---|
getCurrentWorkingFolder, getCurrentWorkingFolderList, getWorkingFolder, makeCurrentWorkingFolder |
| Methods inherited from class org.millscript.millscript.functions.Function |
|---|
applyUpdater, checkNargs, checkNargsGT, checkUNargs, getName, modName, reportNargsError, reportNargsGTError, setName, toString, tryClone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ImageFileFunction(Package pack,
ImageRender ir)
pack - the package this function belongs toir - the image renderer this image function should use to render
the image| Method Detail |
|---|
public void apply(Machine mc,
int nargs)
Function
apply in class Functionmc - the machine to perform this function onnargs - the number of arguments the function is being invoked withFunction.apply(org.millscript.millscript.vm.Machine, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||