com.sculley.jim.swjava
Class SWCurveParameters

java.lang.Object
  |
  +--com.sculley.jim.swjava.SWCurveParameters

public class SWCurveParameters
extends java.lang.Object

Insert the type's description here. Creation date: (2/20/00 11:05:04 AM)


Constructor Summary
SWCurveParameters(SWPoint start, SWPoint end, double startParam, double endParam)
          CurveParameters constructor comment.
 
Method Summary
 int getCurveTag()
          Insert the method's description here.
 int getCurveType()
          Insert the method's description here.
 double getEndParameter()
          Insert the method's description here.
 SWPoint getEndPoint()
          Insert the method's description here.
 double getStartParameter()
          Insert the method's description here.
 SWPoint getStartPoint()
          Insert the method's description here.
 void setCurveTag(int newCurveTag)
          Insert the method's description here.
 void setCurveType(int newCurveType)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWCurveParameters

public SWCurveParameters(SWPoint start,
                         SWPoint end,
                         double startParam,
                         double endParam)
CurveParameters constructor comment.
Method Detail

getCurveTag

public int getCurveTag()
Insert the method's description here. Creation date: (3/11/00 10:02:34 PM)
Returns:
int

getCurveType

public int getCurveType()
Insert the method's description here. Creation date: (3/11/00 10:02:34 PM)
Returns:
int

getEndParameter

public double getEndParameter()
Insert the method's description here. Creation date: (2/20/00 11:09:04 AM)
Returns:
double

getEndPoint

public SWPoint getEndPoint()
Insert the method's description here. Creation date: (2/20/00 11:09:04 AM)
Returns:
com.sculley.jim.swjava.SWPoint

getStartParameter

public double getStartParameter()
Insert the method's description here. Creation date: (2/20/00 11:09:04 AM)
Returns:
double

getStartPoint

public SWPoint getStartPoint()
Insert the method's description here. Creation date: (2/20/00 11:09:04 AM)
Returns:
com.sculley.jim.swjava.SWPoint

setCurveTag

public void setCurveTag(int newCurveTag)
Insert the method's description here. Creation date: (3/11/00 10:02:34 PM)
Parameters:
newCurveTag - int

setCurveType

public void setCurveType(int newCurveType)
Insert the method's description here. Creation date: (3/11/00 10:02:34 PM)
Parameters:
newCurveType - int