| META TOPICPARENT | name="JAI" |
<-- This creates the navigation links to : Home | Help | Index | etc. -->
JAI_SampleCode <-- this automatically adds a header showing the name of this page -->
<-- Your Javapedia article goes here. Please try to include at least one sentence describing this topic. -->
<-- Also please try to include at least one sentence describing where each link goes. -->
<-- Please make sure some other page points to your new article so that others can find it! -->
<-- For more on how to write Javapedia articles please read the WritingArticles page. -->
Asynchronous Display of Tiled Images This source code demonstrates a swing component that will display a RenderedImage?. In contrast to DisplayJAI? it computes each tile in the visible area on a separate thread from the EventDispatcher? making it more pleasant to use in a JScrollPane?. If your image is not tiled this class is probably not worth the effort, use DisplayJAI? instead. If on the other hand your image is tiled and at the end of a compute heavy render chain then this method can help improve responsiveness.
<-- put two horizontal ruled lines between article and discussion of it. -->
<-- anchor to allow a link to the discussion about this article -->
Discussion about JAI_SampleCode <-- generate a header for the discussion part of page --> |