src/java.desktop/share/classes/sun/java2d/loops/FillParallelogram.java

Print this page

        

*** 38,51 **** * 1) fill the area between the 4 edges of a parallelogram * (as specified by an origin and 2 delta vectors) */ public class FillParallelogram extends GraphicsPrimitive { ! public final static String methodSignature = "FillParallelogram(...)".toString(); ! public final static int primTypeID = makePrimTypeID(); public static FillParallelogram locate(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) { --- 38,51 ---- * 1) fill the area between the 4 edges of a parallelogram * (as specified by an origin and 2 delta vectors) */ public class FillParallelogram extends GraphicsPrimitive { ! public static final String methodSignature = "FillParallelogram(...)".toString(); ! public static final int primTypeID = makePrimTypeID(); public static FillParallelogram locate(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) {