| Package | Description |
|---|---|
| de.intarsys.tools.geometry |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplySpaceChangeShape
The transformation is defined by two matrices, each defining a coordinate
system.
|
class |
ApplyTransformationShape
The transformation is defined explicitly.
|
| Modifier and Type | Method and Description |
|---|---|
static TransformedShape |
ApplyTransformationShape.create(Shape shape,
AffineTransform transform)
|
static TransformedShape |
ApplySpaceChangeShape.create(Shape shape,
AffineTransform transform)
Create a new
Shape whose coordinates are specified in the space
defined by "transform". |
static TransformedShape |
ApplySpaceChangeShape.create(Shape shape,
AffineTransform sourceTransform,
AffineTransform targetTransform) |
static TransformedShape |
ApplySpaceChangeShape.setTransform(Shape shape,
AffineTransform targetTransform)
Create a new
Shape that behaves like the base shape with its
coordinates relative to the new space defined by "newTransform". |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.