Uses of Class
scenic.ScenicImage

Packages that use ScenicImage
scenic   
scenic.awt   
scenic.filter   
scenic.show   
 

Uses of ScenicImage in scenic
 

Methods in scenic that return ScenicImage
 ScenicImage SceneImage.getImage()
          Gets the image.
static ScenicImage ScenicImage.getImageFromCache(java.awt.image.BufferedImage img)
          Tries to get a cached ScenicImage that has the content of the given BufferedImage.
 ScenicImage ScenePrimitives.getTexture(int index)
          Gets the texture at the given index.
 

Methods in scenic with parameters of type ScenicImage
 void ScenicGraphics.drawImage(ScenicImage img)
          Draws an image.
 void ScenicGraphics.drawImage(ScenicImage img, java.awt.geom.Rectangle2D sourceRect)
          Draws the given part of an image.
 void SceneImage.setImage(ScenicImage image)
          Sets the image.
 void ScenePrimitives.setTexture(int index, ScenicImage texture)
          Sets the texture at the given index.
 void ScenicImageObserver.update(ScenicImage image)
           
 void SceneImage.update(ScenicImage image)
           
 

Constructors in scenic with parameters of type ScenicImage
ImageRenderer(ScenicImage image, SceneNode scene)
          Creates a new ImageRenderer object.
SceneImage(ScenicImage image)
          Creates a SceneImage object with the given image.
SceneImage(ScenicImage image, java.awt.geom.Rectangle2D sourceRect)
          Creates a SceneImage object with the given image.
 

Uses of ScenicImage in scenic.awt
 

Constructors in scenic.awt with parameters of type ScenicImage
ScenicGraphics2D(ScenicImage image)
          Constructs a new ScenicGraphics2D using the given image as the rendering target.
 

Uses of ScenicImage in scenic.filter
 

Methods in scenic.filter that return ScenicImage
 ScenicImage Kernel.createImage()
           
 

Uses of ScenicImage in scenic.show
 

Methods in scenic.show that return ScenicImage
 ScenicImage SimpleMediaFile.getImage()
          Returns the image that contains the video.