Package | Description |
---|---|
org.apache.xmlgraphics.java2d |
Provides convenience base and utility classes for subclassing the
java.awt.Graphics2D class in order to translate
Java 2D primitives into another graphic format. |
Modifier and Type | Method and Description |
---|---|
static TransformStackElement |
TransformStackElement.createGeneralTransformElement(java.awt.geom.AffineTransform txf) |
static TransformStackElement |
TransformStackElement.createRotateElement(double theta) |
static TransformStackElement |
TransformStackElement.createScaleElement(double scaleX,
double scaleY) |
static TransformStackElement |
TransformStackElement.createShearElement(double shearX,
double shearY) |
static TransformStackElement |
TransformStackElement.createTranslateElement(double tx,
double ty) |
TransformStackElement[] |
GraphicContext.getTransformStack() |
Modifier and Type | Method and Description |
---|---|
boolean |
TransformStackElement.concatenate(TransformStackElement stackElement) |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.