Example usage for java.awt Graphics2D subclass-usage

List of usage examples for java.awt Graphics2D subclass-usage

Introduction

In this page you can find the example usage for java.awt Graphics2D subclass-usage.

Usage

From source file org.jcurl.svg.Graphics2DWrap.java

/**
 * @author <a href="mailto:m@jcurl.org">M. Rohrmoser </a>
 * @version $Id$
 */
public class Graphics2DWrap extends Graphics2D {

From source file org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal.PdfGraphics2D.java

/**
 * This file is a temporary fix to an iText-Bug. Please do not rely on the existence of this file, as soon as there is
 * an officially fixed iText version, this file will go away.
 *
 * @noinspection HardCodedStringLiteral
 */

From source file SWTGraphics2D.java

/**
 * This is a class utility to draw Graphics2D stuff on a swt composite.
 * It is presently developed to use JFreeChart with the Standard
 * Widget Toolkit but may be of a wider use later.
 */
public class SWTGraphics2D extends Graphics2D {

From source file org.jfree.experimental.swt.SWTGraphics2D.java

/**
 * This is a class utility to draw Graphics2D stuff on a swt composite.
 * It is presently developed to use JFreeChart with the Standard
 * Widget Toolkit but may be of a wider use later.
 */
public class SWTGraphics2D extends Graphics2D {

From source file DefaultGraphics2D.java

/**
 * This extension of the <tt>java.awt.Graphics2D</tt> abstract class is still
 * abstract, but it implements a lot of the <tt>Graphics2D</tt> method in a
 * way that concrete implementations can reuse.
 * 
 * This class uses a <tt>GraphicContext</tt> to store the state of its various