Uses of Interface
java.awt.image.TileObserver
-
Packages that use TileObserver Package Description java.awt.image Provides classes for creating and modifying images. -
-
Uses of TileObserver in java.awt.image
Methods in java.awt.image with parameters of type TileObserver Modifier and Type Method and Description void
WritableRenderedImage. addTileObserver(TileObserver to)
Adds an observer.void
BufferedImage. addTileObserver(TileObserver to)
Adds a tile observer.void
WritableRenderedImage. removeTileObserver(TileObserver to)
Removes an observer.void
BufferedImage. removeTileObserver(TileObserver to)
Removes a tile observer.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.