intarsys runtime library

Uses of Class
de.intarsys.tools.geometry.TransformedShape

Packages that use TransformedShape
de.intarsys.tools.geometry   
 

Uses of TransformedShape in de.intarsys.tools.geometry
 

Subclasses of TransformedShape in de.intarsys.tools.geometry
 class ApplySpaceChangeShape
          The transformation is defined by two matrices, each defining a coordinate system.
 class ApplyTransformationShape
          The transformation is defined explicitly.
 

Methods in de.intarsys.tools.geometry that return TransformedShape
static TransformedShape ApplyTransformationShape.create(Shape shape, AffineTransform transform)
          Create a new Shape created from shape by applying 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".
 


intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.