com.sculley.jim.swjava
Class SWArc

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

public class SWArc
extends java.lang.Object

Insert the type's description here. Creation date: (2/21/00 12:03:50 PM)


Constructor Summary
SWArc()
          SWArc constructor comment.
SWArc(long lineType, SWPoint start, SWPoint end, SWPoint center, boolean isClockwise)
          SWArc constructor comment.
 
Method Summary
 SWPoint getCenterPoint()
          Insert the method's description here.
 SWPoint getEndPoint()
          Insert the method's description here.
 long getLineType()
          Insert the method's description here.
 SWPoint getStartPoint()
          Insert the method's description here.
 boolean isClockwise()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWArc

public SWArc()
SWArc constructor comment.

SWArc

public SWArc(long lineType,
             SWPoint start,
             SWPoint end,
             SWPoint center,
             boolean isClockwise)
SWArc constructor comment.
Method Detail

getCenterPoint

public SWPoint getCenterPoint()
Insert the method's description here. Creation date: (2/21/00 12:06:05 PM)
Returns:
com.sculley.jim.swjava.SWPoint

getEndPoint

public SWPoint getEndPoint()
Insert the method's description here. Creation date: (2/21/00 12:06:05 PM)
Returns:
com.sculley.jim.swjava.SWPoint

getLineType

public long getLineType()
Insert the method's description here. Creation date: (2/21/00 12:06:05 PM)
Returns:
long

getStartPoint

public SWPoint getStartPoint()
Insert the method's description here. Creation date: (2/21/00 12:06:05 PM)
Returns:
com.sculley.jim.swjava.SWPoint

isClockwise

public boolean isClockwise()
Insert the method's description here. Creation date: (2/21/00 12:06:05 PM)
Returns:
boolean