Package ptolemy.domains.sdf.lib.vq
Class ImageDisplayJavaSE
- java.lang.Object
-
- ptolemy.actor.gui.AbstractPlaceableJavaSE
-
- ptolemy.actor.lib.image.ImageDisplayJavaSE
-
- ptolemy.domains.sdf.lib.vq.ImageDisplayJavaSE
-
- All Implemented Interfaces:
ImageDisplayInterface
,ImageDisplayInterface
public class ImageDisplayJavaSE extends ImageDisplayJavaSE implements ImageDisplayInterface
ImageDisplayJavaSE is the implementation of the ImageDisplayInterface that uses AWT and Swing classes.
- Since:
- Ptolemy II 10.0
- Version:
- $Id$
- Author:
- Jianwu Wang, Based on code by James Yeh, Edward A. Lee
- Pt.AcceptedRating:
- Pt.ProposedRating:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ptolemy.actor.lib.image.ImageDisplayJavaSE
ImageDisplayJavaSE.ImageWindow
-
-
Field Summary
-
Fields inherited from class ptolemy.actor.lib.image.ImageDisplayJavaSE
_container, _effigy, _imageWindowFrame, _oldXSize, _oldYSize, _picture
-
Fields inherited from class ptolemy.actor.gui.AbstractPlaceableJavaSE
_frame, _paneSize, _windowClosingAdapter, _windowProperties
-
-
Constructor Summary
Constructors Constructor Description ImageDisplayJavaSE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
display(Token in)
Display the specified token.-
Methods inherited from class ptolemy.actor.lib.image.ImageDisplayJavaSE
cleanUp, getBackground, getFrame, getPicture, getPlatformContainer, getTableau, init, initializeEffigy, initWindowAndSizeProperties, placeContainer, setBackground, setFrame, setPicture, setPlatformContainer
-
Methods inherited from class ptolemy.actor.gui.AbstractPlaceableJavaSE
_exportMoMLContents, init, setFrame
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ptolemy.actor.lib.image.ImageDisplayInterface
cleanUp, getBackground, getFrame, getPicture, getPlatformContainer, getTableau, init, initializeEffigy, initWindowAndSizeProperties, placeContainer, setBackground, setFrame, setPicture, setPlatformContainer
-
-
-
-
Method Detail
-
display
public void display(Token in)
Display the specified token. This must be called in the Swing event thread.- Specified by:
display
in interfaceImageDisplayInterface
- Overrides:
display
in classImageDisplayJavaSE
- Parameters:
in
- The token to display
-
-