insensa.view.image
Interface IInfoReaderImageView

All Superinterfaces:
IImageView
All Known Implementing Classes:
AbstractInfoReaderImageMap, ImageChartTestPlugin, ImageMapBreaks

public interface IInfoReaderImageView
extends IImageView


Method Summary
 void addInfoReader(InfoReader iReader)
          Implement this method to check and store one incoming InfoReader
 void addInfoReader(java.util.List<InfoReader> iReader)
          Implement this method to check and store a List of incoming InfoReader
 
Methods inherited from interface insensa.view.image.IImageView
getChildComponents, getComponent, getDropTargetComponent, getFrameIcon, getImageFrame, initImage, onDropObjects, refresh, resizeImage, setCView, setImageFrame, setTitle, startView
 

Method Detail

addInfoReader

void addInfoReader(InfoReader iReader)
Implement this method to check and store one incoming InfoReader

Parameters:
iReader -

addInfoReader

void addInfoReader(java.util.List<InfoReader> iReader)
Implement this method to check and store a List of incoming InfoReader

Parameters:
iReader -