jdk/src/java.desktop/share/classes/sun/java2d/pipe/BufferedContext.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 39007 576736088436
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   449      * @see RenderQueue
   449      * @see RenderQueue
   450      */
   450      */
   451     public abstract RenderQueue getRenderQueue();
   451     public abstract RenderQueue getRenderQueue();
   452 
   452 
   453     /**
   453     /**
   454      * Saves the the state of this context.
   454      * Saves the state of this context.
   455      * It may reset the current context.
   455      * It may reset the current context.
   456      *
   456      *
   457      * Note: must be called while the RenderQueue lock is held.
   457      * Note: must be called while the RenderQueue lock is held.
   458      *
   458      *
   459      * @see RenderQueue#lock
   459      * @see RenderQueue#lock