Squiz Matrix
4.12.2
|
Public Member Functions | |
void | run (String arg) |
long | getMemorySetting () |
long | maxMemory () |
This plugin implements the Edit/Options/Memory command.
Definition at line 12 of file Memory.java.
|
inline |
With Java 1.4.1 or later, returns the maximum amount of memory that this JVM will attempt to use, otherwise, returns zero.
Definition at line 116 of file Memory.java.
|
inline |
This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
Implements PlugIn.
Definition at line 17 of file Memory.java.