MemoryImageSource.setFullBufferUpdates
Class Overview | Class Members | 
  This Package | 
All Packages
 public synchronized void setFullBufferUpdates( boolean fullbuffers )
Parameters
-  fullbuffers 
-  true if the complete pixel buffer should always
 be sent
    
Description
 Specify whether this animated memory image should always be
 updated by sending the complete buffer of pixels whenever
 there is a change.
 This flag is ignored if the animation flag is not turned on
 through the setAnimated() method.
 This method should be called immediately after the
 MemoryImageSource is constructed and before an image is
 created with it to ensure that all ImageConsumers will
 receive the correct pixel delivery hints.
  
See Also
     setAnimated