Package gnu.java.awt.java2d

Examples of gnu.java.awt.java2d.TexturePaintContext


                                    Rectangle2D userBounds,
                                    AffineTransform xform, RenderingHints hints)
  {
    // TODO: Maybe add some hook for providing alternative/accelerated
    // implementations of this.
    return new TexturePaintContext(this, deviceBounds, userBounds, xform);
  }
View Full Code Here

TOP

Related Classes of gnu.java.awt.java2d.TexturePaintContext

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.