Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.util
Interface IWidgetTransform  view IWidgetTransform download IWidgetTransform.java


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