public interface ShapeTransformer extends BidirectionalTransformer
Modifier and Type | Method and Description |
---|---|
Shape |
inverseTransform(Shape shape) |
Shape |
transform(Shape shape)
map a shape from graph coordinate system to the
screen coordinate system
|
inverseTransform, transform
Shape transform(Shape shape)
transform
in interface BidirectionalTransformer
shape
- Shape inverseTransform(Shape shape)
inverseTransform
in interface BidirectionalTransformer
Copyright © 2014. All rights reserved.