net.aerith.misao.toolkit.ImageCollation
Class ImageCollationDesktop.ImageSet

java.lang.Object
  |
  +--net.aerith.misao.toolkit.ImageCollation.ImageCollationDesktop.ImageSet
Enclosing class:
ImageCollationDesktop

protected class ImageCollationDesktop.ImageSet
extends java.lang.Object

The ImageSet represents a set of JInternalFrame and ImageComponent.


Field Summary
protected  MonoImageComponent component
          The component.
protected  javax.swing.JInternalFrame frame
          The frame.
 
Constructor Summary
ImageCollationDesktop.ImageSet(javax.swing.JInternalFrame initial_frame, MonoImageComponent initial_component)
          Constructs an ImageSet.
 
Method Summary
 MonoImageComponent getComponent()
          Gets the component.
 javax.swing.JInternalFrame getFrame()
          Gets the frame.
 MonoImage getMonoImage()
          Gets the image.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

frame

protected javax.swing.JInternalFrame frame
The frame.

component

protected MonoImageComponent component
The component.
Constructor Detail

ImageCollationDesktop.ImageSet

public ImageCollationDesktop.ImageSet(javax.swing.JInternalFrame initial_frame,
                                      MonoImageComponent initial_component)
Constructs an ImageSet.
Parameters:
initial_frame - the frame.
initial_component - the component.
Method Detail

getMonoImage

public MonoImage getMonoImage()
Gets the image.
Returns:
the image.

getFrame

public javax.swing.JInternalFrame getFrame()
Gets the frame.
Returns:
the frame.

getComponent

public MonoImageComponent getComponent()
Gets the component. `@return the component.