insensa.view.image
Class AbstractImageView

java.lang.Object
  extended by insensa.view.image.AbstractImageView
All Implemented Interfaces:
IImageView
Direct Known Subclasses:
ScatterPlotViewer

public abstract class AbstractImageView
extends java.lang.Object
implements IImageView


Field Summary
protected  java.lang.String title
           
protected  CView view
           
 
Constructor Summary
AbstractImageView()
           
 
Method Summary
 void setCView(CView view)
          Reference to the CView
 void setTitle(java.lang.String title)
          Sets the title for this ImageFrame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface insensa.view.image.IImageView
getChildComponents, getComponent, getDropTargetComponent, getFrameIcon, getImageFrame, initImage, onDropObjects, refresh, resizeImage, setImageFrame, startView
 

Field Detail

view

protected CView view

title

protected java.lang.String title
Constructor Detail

AbstractImageView

public AbstractImageView()
Method Detail

setCView

public void setCView(CView view)
Description copied from interface: IImageView
Reference to the CView

Specified by:
setCView in interface IImageView
See Also:
IImageView.setCView(insensa.view.CView)

setTitle

public void setTitle(java.lang.String title)
Description copied from interface: IImageView
Sets the title for this ImageFrame.

Specified by:
setTitle in interface IImageView
See Also:
IImageView.setTitle(java.lang.String)