Class MemInspect::AquatermViewer
In: lib/mem_inspect/aquaterm_viewer.rb
Parent: MemInspect::Viewer

Prints plots of memory to an AquaTerm window.

Requires RubyCocoa and the AquaTerm framework.

Methods

close   draw   fill_background   new  

Constants

BLACK = 0
WHITE = 1
RED = 2
GREEN = 3
GRAY = 4

Public Class methods

Public Instance methods

Close the plot

Draws a plot and renders it in the active plot window.

Fills the background of the plot, erasing the current contents.

[Validate]