jdk/src/java.desktop/windows/classes/sun/java2d/d3d/D3DPaints.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   156         }
   156         }
   157     }
   157     }
   158 
   158 
   159 /****************** Shared MultipleGradientPaint support ********************/
   159 /****************** Shared MultipleGradientPaint support ********************/
   160 
   160 
   161     private static abstract class MultiGradient extends D3DPaints {
   161     private abstract static class MultiGradient extends D3DPaints {
   162 
   162 
   163         /**
   163         /**
   164          * Note that this number is lower than the MULTI_MAX_FRACTIONS
   164          * Note that this number is lower than the MULTI_MAX_FRACTIONS
   165          * defined in the superclass.  The D3D pipeline now uses a
   165          * defined in the superclass.  The D3D pipeline now uses a
   166          * slightly more complicated shader (to avoid the gradient banding
   166          * slightly more complicated shader (to avoid the gradient banding