org.wilmascope.dotlayout
Interface Spline
- All Known Implementing Classes:
- SplineRectTubeEdgeView, SplineTubeEdgeView
public interface Spline
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)