Package com.google.code.appengine.awt

Examples of com.google.code.appengine.awt.GradientPaintContext


        this(point1, color1, point2, color2, false);
    }

    public PaintContext createContext(ColorModel cm, Rectangle deviceBounds,
            Rectangle2D userBounds, AffineTransform t, RenderingHints hints) {
        return new GradientPaintContext(cm, t, point1, color1, point2, color2, cyclic);
    }
View Full Code Here

TOP

Related Classes of com.google.code.appengine.awt.GradientPaintContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.