Uses of Interface
java.awt.image.WritableRenderedImage
Packages that use WritableRenderedImage
-
Uses of WritableRenderedImage in java.awt.image
Classes in java.awt.image that implement WritableRenderedImageModifier and TypeClassDescriptionclass
TheBufferedImage
subclass describes anImage
with an accessible buffer of image data.Methods in java.awt.image with parameters of type WritableRenderedImageModifier and TypeMethodDescriptionvoid
TileObserver.tileUpdate
(WritableRenderedImage source, int tileX, int tileY, boolean willBeWritable) A tile is about to be updated (it is either about to be grabbed for writing, or it is being released from writing).