- toString() - Method in class org.jfree.graphics2d.svg.ImageElement
-
Returns a string representation of this object, primarily for debugging
purposes.
- transform(AffineTransform) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Applies this transform to the existing transform by concatenating it.
- transform(AffineTransform) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Applies this transform to the existing transform by concatenating it.
- translate(int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Translates the origin to (tx, ty)
.
- translate(double, double) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Applies the translation (tx, ty).
- translate(int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Applies the translation (tx, ty)
.
- translate(double, double) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Applies the translation (tx, ty)
.