Package ptolemy.actor.lib.image
Actors that manipulate images.
- Since:
- Ptolemy II 3.0
-
Interface Summary Interface Description ImageDisplayInterface Interface encapsulating platform dependent code of the ImageDisplay from the platform independent parts. -
Class Summary Class Description ImageDisplay Display an image on the screen using the ptolemy.media.Picture class.ImageDisplayJavaSE ImageDisplayJavaSE is the implementation of the ImageDisplayInterface that uses AWT and Swing classes.ImageReader This actor reads an Image from a FileParameter, and outputs it as an AWTImageToken.ImageRotate This actor reads an ObjectToken that is a java.awt.Image from the input, rotates it a certain number of degrees and writes the resulting image to the output port as an ObjectToken that is a java.awt.Image.ImageTableau A tableau representing an image displayed in a top-level window.ImageTableau.Factory A factory that creates a token tableau.ImageToString This actor reads an ObjectToken that is a java.awt.Image from the input and writes information about the image to the output as a StringToken.PGMReader Read a PGM file and output it as an occupancy grid.Transform Transform an image by either rotating or scaling it.URLToImage An actor that reads a String input token naming a URL and outputs an Object Token that contains a java.awt.Image