Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Memory Class Reference
Inheritance diagram for Memory:
PlugIn

Public Member Functions

void run (String arg)
 
long getMemorySetting ()
 
long maxMemory ()
 

Detailed Description

This plugin implements the Edit/Options/Memory command.

Definition at line 12 of file Memory.java.

Member Function Documentation

long maxMemory ( )
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.

void run ( String  arg)
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.


The documentation for this class was generated from the following file: