edu.jhu.cs.cisst.vent
Class VisualizationProcessing

java.lang.Object
  extended by PApplet
      extended by edu.jhu.cs.cisst.vent.VisualizationProcessing
All Implemented Interfaces:
Visualization, VisualizationParameters, ParamViewObserver
Direct Known Subclasses:
VisualizationProcessing2D, VisualizationProcessing3D

public abstract class VisualizationProcessing
extends PApplet
implements Visualization

The Class VisualizationProcessing.


Field Summary
protected  java.lang.String name
          The name.
protected  boolean requestScreenShot
          The request screen shot.
protected  PImage screenshot
          The screenshot.
protected  ParamCollection visualizationParameters
          The visualization parameters.
 
Constructor Summary
VisualizationProcessing()
          Instantiates a new visualization processing.
 
Method Summary
 ParamCollection create()
          Creates the.
 void dispose()
          Dispose.
 PApplet getComponent()
          Gets the component.
 java.lang.String getName()
          Gets the name.
 java.awt.Image[] getVideoFrames()
          Gets the video frames.
 void setName(java.lang.String name)
          Sets the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.jhu.cs.cisst.vent.Visualization
getScreenshot
 
Methods inherited from interface edu.jhu.cs.cisst.vent.VisualizationParameters
createVisualizationParameters, updateVisualizationParameters
 
Methods inherited from interface edu.jhu.ece.iacl.jist.pipeline.view.input.ParamViewObserver
update
 

Field Detail

requestScreenShot

protected boolean requestScreenShot
The request screen shot.


screenshot

protected PImage screenshot
The screenshot.


name

protected java.lang.String name
The name.


visualizationParameters

protected ParamCollection visualizationParameters
The visualization parameters.

Constructor Detail

VisualizationProcessing

public VisualizationProcessing()
Instantiates a new visualization processing.

Method Detail

getName

public java.lang.String getName()
Gets the name.

Specified by:
getName in interface Visualization
Returns:
the name
See Also:
Component.getName()

setName

public void setName(java.lang.String name)
Sets the name.

Specified by:
setName in interface Visualization
Parameters:
name - the name
See Also:
Component.setName(java.lang.String)

getComponent

public PApplet getComponent()
Gets the component.

Specified by:
getComponent in interface Visualization
Returns:
the component
See Also:
Visualization.getComponent()

dispose

public void dispose()
Dispose.

Specified by:
dispose in interface Visualization
See Also:
Visualization.dispose()

create

public ParamCollection create()
Creates the.

Specified by:
create in interface Visualization
Returns:
the param collection
See Also:
Visualization.create()

getVideoFrames

public java.awt.Image[] getVideoFrames()
Description copied from interface: Visualization
Gets the video frames.

Specified by:
getVideoFrames in interface Visualization
Returns:
the video frames
See Also:
Visualization.getVideoFrames()