|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XyTransform
Generic type for coordinate transformations in (x, y) space.
Copyright 2007 Partner Software, Inc.
| Method Summary | |
|---|---|
boolean |
isIdentity()
True if this transform will return the input unchanged, and can therefore be skipped or discarded. |
java.util.List<XyPoint> |
transform(java.util.List<XyPoint> points)
Transform a list of XyPoints. |
XyPoint[] |
transform(XyPoint... points)
Transform an array of XyPoints. |
XyPoint |
transform(XyPoint point)
Transform a single (x, y) point. |
| Method Detail |
|---|
boolean isIdentity()
XyPoint transform(XyPoint point)
point - point to transform.
XyPoint[] transform(XyPoint... points)
points - points to transform.
java.util.List<XyPoint> transform(java.util.List<XyPoint> points)
points - points to transform.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||