KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > geom > AffineTransform > Top Examples

  • org.apache.batik.dom.svg.AbstractSVGMatrix
    This class provides an abstract implementation of the {@link SVGMatrix} interface. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: AbstractSVGMatrix.java,v 1.6 2004/08/18 07:13:13 vhardy Exp $
  • org.apache.batik.swing.svg.JSVGComponent
    This class represents a swing component that can display SVG documents. This component also lets you translate, zoom and rotate the document being displayed. This is the fundamental class for rendering SVG documents in a swing application. <h2>Rendering Process</h2> <p>The rend ...
  • com.lowagie.text.pdf.PdfGraphics2D
  • org.apache.batik.svggen.SVGGraphics2D
    This implementation of the java.awt.Graphics2D abstract class allows users to generate SVG (Scalable Vector Graphics) content from Java code. SVGGraphics2D generates a DOM tree whose root is obtained through the getRoot method. Refer to the DOMTreeManager and DOMGroupManager documentation for det ...
  • org.apache.batik.gvt.AbstractGraphicsNode
    A partial implementation of the <tt>GraphicsNode</tt> interface. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @author <a HREF="mailto:etissandier@ilog.fr">Emmanuel Tissandier</a> @author <a HREF="mailto:Thomas.DeWeeese@Kodak.c ...
  • com.lowagie.text.pdf.codec.postscript.PAContext
  • org.apache.batik.bridge.SVGSVGElementBridge
    Bridge class for the &lt;svg> element. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a> @version $Id: SVGSVGElementBridge.java,v 1.47 2005/03/27 08:58:30 cam Exp $
  • org.openlaszlo.iv.flash.api.shape.MorphFillStyle
    FillStyle of MorphShape. @author Dmitry Skavish @see FillStyle
  • org.apache.batik.ext.awt.image.renderable.TileRable8Bit
    8 bit TileRable implementation @author <a HREF="mailto:vhardy@apache.org">Vincent Hardy</a> @version $Id: TileRable8Bit.java,v 1.9 2004/08/18 07:14:00 vhardy Exp $
  • org.apache.batik.ext.swing.JAffineTransformChooser
    The <tt>JAffineTransformChooser</tt> is a pane that contains controls to let a user select the various components that make up an <tt>AffineTransform</tt> @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: JAffineTransformChooser ...
  • org.openlaszlo.iv.flash.util.GeomHelper
    Geometric helper: AffineTransform, Rectangle and related stuff. @author Dmitry Skavish
  • org.apache.batik.gvt.CanvasGraphicsNode
    The graphics node container with a background color. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: CanvasGraphicsNode.java,v 1.10 2004/08/18 07:14:25 vhardy Exp $
  • org.apache.batik.gvt.renderer.StaticRenderer
    Simple implementation of the Renderer that simply does static rendering in an offscreen buffer image. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: StaticRenderer.java,v 1.31 2005/03/27 08:58:34 cam Exp $
  • org.apache.batik.gvt.GraphicsNode
    The base class for all graphics nodes. A GraphicsNode encapsulates graphical attributes and can perform atomic operations of a complex rendering. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @author <a HREF="mailto:etissandier@ilog.fr">Emmanuel Ti ...
  • org.apache.batik.parser.AWTTransformProducer
    This class provides an implementation of the PathHandler that initializes an AffineTransform from the value of a 'transform' attribute. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: AWTTransformProducer.java,v 1.8 2005/03/27 08:58:35 cam Exp $
  • org.apache.batik.ext.awt.image.renderable.AffineRable8Bit
    Concrete implementation of the AffineRable interface. This adjusts the input images coordinate system by a general affine @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: AffineRable8Bit.java,v 1.6 2004/08/18 07:13:58 vhardy Exp $
  • org.apache.batik.ext.awt.g2d.AbstractGraphics2D
    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 ...
  • org.apache.batik.gvt.ProxyGraphicsNode
    A graphics node which provides a placeholder for another graphics node. This node is self defined except that it delegates to the enclosed (proxied) graphics node, its paint routine and bounds computation. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @v ...
  • org.jfree.util.ShapeUtilities
    Utility methods for {@link Shape} objects. @author David Gilbert
  • org.apache.batik.dom.svg.AbstractSVGTransformList
    This class is the implementation of <code>SVGTransformList</code>. @author nicolas.socheleau@bitflash.com @version $Id: AbstractSVGTransformList.java,v 1.4 2004/08/18 07:13:13 vhardy Exp $
  • org.apache.batik.apps.svgbrowser.TransformHistory
    This class implements a transform history mechanism. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: TransformHistory.java,v 1.4 2004/08/18 07:12:27 vhardy Exp $
  • org.apache.fop.svg.PDFANode
    A graphics node that represents an image described as a graphics node. @author <a HREF="mailto:keiron@aftexsw.com">Keiron Liddle</a>
  • de.laures.cewolf.taglib.tags.SerializableGradientPaint
    Special gradient paint which can be serialized. @see GradientPaint @author Guido Laures
  • org.apache.batik.svggen.Font1
    This test validates the convertion of Java 2D Fonts into SVG font attributes. @author <a HREF="mailto:cjolif@ilog.fr">Christophe Jolif</a> @author <a HREF="mailto:vhardy@eng.sun.com">Vincent Hardy</a> @version $Id: Font1.java,v 1.7 2004/08/18 07:16:44 vhardy Exp $
Popular Tags