org.wilmascope.dotlayout
Interface Spline

All Known Implementing Classes:
SplineRectTubeEdgeView, SplineTubeEdgeView

public interface Spline


Method Summary
 void copyCurves(Spline original)
           
 java.util.Vector getArrowPositions()
           
 java.awt.Rectangle getBounds()
           
 java.util.Vector getCurves()
           
 float getXScale()
           
 float getYScale()
           
 void setCurves(float xScale, float yScale, int x0, int y0, int x1, int y1, java.util.Vector curves, java.util.Vector arrowPositions)
           
 void setScale(float xScale, float yScale)
           
 

Method Detail

setScale

void setScale(float xScale,
              float yScale)

setCurves

void setCurves(float xScale,
               float yScale,
               int x0,
               int y0,
               int x1,
               int y1,
               java.util.Vector curves,
               java.util.Vector arrowPositions)

getCurves

java.util.Vector getCurves()

getArrowPositions

java.util.Vector getArrowPositions()

getXScale

float getXScale()

getYScale

float getYScale()

getBounds

java.awt.Rectangle getBounds()

copyCurves

void copyCurves(Spline original)