| Home >> All >> org >> apache >> batik >> ext >> awt >> [ g2d Javadoc ] |
org.apache.batik.ext.awt.g2d: Javadoc index of package org.apache.batik.ext.awt.g2d.
Package Samples:
org.apache.batik.ext.awt.g2d
Classes:
AbstractGraphics2D: This extension of the java.awt.Graphics2D abstract class is still abstract, but it implements a lot of the Graphics2D method in a way that concrete implementations can reuse. This class uses a GraphicContext to store the state of its various attributes that control the rendering, such as the current Font , Paint or clip. Concrete implementations can focus on implementing the rendering methods, such as drawShape . As a convenience, rendering methods that can be expressed with other rendering methods (e.g., drawRect can be expressed as draw(new Rectangle(..)) ), are implemented by AbstractGraphi ...
DefaultGraphics2D: This concrete implementation of AbstractGraphics2D is a simple help to programmers to get started with their own implementation of Graphics2D . DefaultGraphics2D implements all the abstract methods is AbstractGraphics2D and makes it easy to start implementing a Graphic2D piece-meal.
TransformStackElement: Contains a description of an elementary transform stack element, such as a rotate or translate. A transform stack element has a type and a value, which is an array of double values.
GraphicContext: Handles the attributes in a graphic context: + Composite + Font + Paint + Stroke + Clip + RenderingHints + AffineTransform
TransformType: Enumeration for transformation types.
| Home | Contact Us | Privacy Policy | Terms of Service |