java.lang.Object
ij.plugin.Memory
- All Implemented Interfaces:
PlugIn
This plugin implements the Edit/Options/Memory command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
Returns the maximum amount of memory this JVM will attempt to use.void
This method is called when the plugin is loaded.
-
Constructor Details
-
Memory
public Memory()
-
-
Method Details
-
run
Description copied from interface:PlugIn
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. -
getMemorySetting
public long getMemorySetting() -
maxMemory
public long maxMemory()Returns the maximum amount of memory this JVM will attempt to use.
-