jdk/src/java.desktop/share/classes/sun/java2d/loops/DrawParallelogram.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    40  *    but also outside the 4 edges of an inner parallelogram
    40  *    but also outside the 4 edges of an inner parallelogram
    41  *    (as specified by proportional amounts of the outer delta vectors)
    41  *    (as specified by proportional amounts of the outer delta vectors)
    42  */
    42  */
    43 public class DrawParallelogram extends GraphicsPrimitive
    43 public class DrawParallelogram extends GraphicsPrimitive
    44 {
    44 {
    45     public final static String methodSignature =
    45     public static final String methodSignature =
    46         "DrawParallelogram(...)".toString();
    46         "DrawParallelogram(...)".toString();
    47 
    47 
    48     public final static int primTypeID = makePrimTypeID();
    48     public static final int primTypeID = makePrimTypeID();
    49 
    49 
    50     public static DrawParallelogram locate(SurfaceType srctype,
    50     public static DrawParallelogram locate(SurfaceType srctype,
    51                                            CompositeType comptype,
    51                                            CompositeType comptype,
    52                                            SurfaceType dsttype)
    52                                            SurfaceType dsttype)
    53     {
    53     {