jdk/src/java.desktop/share/classes/sun/java2d/loops/DrawPolygons.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    39  *   2) must accept output area [x, y, dx, dy]
    39  *   2) must accept output area [x, y, dx, dy]
    40  *      from within the surface description data for clip rect
    40  *      from within the surface description data for clip rect
    41  */
    41  */
    42 public class DrawPolygons extends GraphicsPrimitive
    42 public class DrawPolygons extends GraphicsPrimitive
    43 {
    43 {
    44     public final static String methodSignature = "DrawPolygons(...)".toString();
    44     public static final String methodSignature = "DrawPolygons(...)".toString();
    45 
    45 
    46     public final static int primTypeID = makePrimTypeID();
    46     public static final int primTypeID = makePrimTypeID();
    47 
    47 
    48     public static DrawPolygons locate(SurfaceType srctype,
    48     public static DrawPolygons locate(SurfaceType srctype,
    49                                       CompositeType comptype,
    49                                       CompositeType comptype,
    50                                       SurfaceType dsttype)
    50                                       SurfaceType dsttype)
    51     {
    51     {