Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.awt.image.WritableRenderedImage

Uses of WritableRenderedImage in java.awt.image
 

Classes in java.awt.image that implement WritableRenderedImage
 class BufferedImage
          A buffered image always starts at coordinates (0, 0).
 

Methods in java.awt.image with parameters of type WritableRenderedImage
 void TileObserver.tileUpdate(WritableRenderedImage src, int x, int y, boolean writable)