com.sculley.jim.swjava
Class SWTriangle

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

public class SWTriangle
extends java.lang.Object

Insert the type's description here. Creation date: (2/23/00 11:52:50 AM)


Constructor Summary
SWTriangle()
          SWTriangle constructor comment.
SWTriangle(SWPoint a, SWPoint b, SWPoint c, boolean isFilled, int lineType)
          SWTriangle constructor comment.
 
Method Summary
 int getLineType()
          Insert the method's description here.
 SWPoint getVertexA()
          Insert the method's description here.
 SWPoint getVertexB()
          Insert the method's description here.
 SWPoint getVertexC()
          Insert the method's description here.
 boolean isFilled()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTriangle

public SWTriangle()
SWTriangle constructor comment.

SWTriangle

public SWTriangle(SWPoint a,
                  SWPoint b,
                  SWPoint c,
                  boolean isFilled,
                  int lineType)
SWTriangle constructor comment.
Method Detail

getLineType

public int getLineType()
Insert the method's description here. Creation date: (2/23/00 11:54:20 AM)
Returns:
int

getVertexA

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

getVertexB

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

getVertexC

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

isFilled

public boolean isFilled()
Insert the method's description here. Creation date: (2/23/00 11:54:20 AM)
Returns:
boolean