jdk/src/java.desktop/share/classes/sun/java2d/loops/FillSpans.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 38984 bbded3eab454
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    43  * 1) draw solid color onto destination surface
    43  * 1) draw solid color onto destination surface
    44  * 2) rectangular areas to fill come from SpanIterator
    44  * 2) rectangular areas to fill come from SpanIterator
    45  */
    45  */
    46 public class FillSpans extends GraphicsPrimitive
    46 public class FillSpans extends GraphicsPrimitive
    47 {
    47 {
    48     public final static String methodSignature = "FillSpans(...)".toString();
    48     public static final String methodSignature = "FillSpans(...)".toString();
    49 
    49 
    50     public final static int primTypeID = makePrimTypeID();
    50     public static final int primTypeID = makePrimTypeID();
    51 
    51 
    52     public static FillSpans locate(SurfaceType srctype,
    52     public static FillSpans locate(SurfaceType srctype,
    53                                    CompositeType comptype,
    53                                    CompositeType comptype,
    54                                    SurfaceType dsttype)
    54                                    SurfaceType dsttype)
    55     {
    55     {