|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.util
Interface IWidgetTransform

- public interface IWidgetTransform
IWidgetTransform created on Mar 2, 2003
| Method Summary | |
double[] |
getPoints(double distance,
double offset,
double precision)
Generate a series of points that will be used to transform other lines |
double |
initializeTransform(java.awt.geom.Point2D[] shapePoints)
Initialize the transform, returning the offset if needed |
boolean |
isReverse()
Whether or not to reverse through the points |
| Method Detail |
initializeTransform
public double initializeTransform(java.awt.geom.Point2D[] shapePoints)
- Initialize the transform, returning the offset if needed
getPoints
public double[] getPoints(double distance,
double offset,
double precision)
- Generate a series of points that will be used to transform
other lines
isReverse
public boolean isReverse()
- Whether or not to reverse through the points
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC