Package samer.tools

  • Interface Summary 
    Interface Description
    Renderer  
    SafeTask
    An interface meant to represent processing that needs to be done repeatedly in a loop.
    Task
    An interface meant to represent processing that needs to be done repeatedly in a loop.
  • Class Summary 
    Class Description
    AnonymousTask  
    ArrayImageSource  
    ArrayVImageSource  
    ColorRamp
    Objects of these class could be used directly, but main purpose is to help construct an IndexColorModel for an image
    CompoundTask
    This is a task that consists of a list of sub tasks.
    ImageSourceBase
    Base class for image producers.
    ImageTrace  
    ImageTraceBase  
    ImageViewer
    A base class for displaying images of real values.
    ImageVTrace
    Things to add: UI for LinearMap used in MatrixImageSource vertical and horizontal scaling: cell size, vertical stretch vertical sweep version? cooperate with MatrixImageSource for efficiency: vertical strips rather than scan lines
    NamedTask
    A Task that has a Node.
    NullTask  
    Plotter
    A Plotter object is a Canvas with its own Graphics (ie a GCanvas) which has two LinearMaps to map a portion of 2d space to the window.
    RateSchedule  
    Renderer.Fill  
    Renderer.Fill3D  
    Renderer.Line  
    Renderer.Steps  
    RThread
    frame rate regulator
    ScatterPlot
    Builds up a 2D joint histogram of 2 elements of a vector.
    SignalTrace  
    SubrateTask
    This is a task that runs a single child task every N iterations, that is, at some integer sub-multiple of the main loop rate
    SwitchTask
    This is a task that runs a single child task every N iterations, that is, at some integer sub-multiple of the main loop rate
    Trace
    Displays values of a single real variable as a trace: value vs time.
    vec2  
  • Exception Summary 
    Exception Description