|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sculley.jim.swjava.SWTriangle
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 |
public SWTriangle()
public SWTriangle(SWPoint a,
SWPoint b,
SWPoint c,
boolean isFilled,
int lineType)
| Method Detail |
public int getLineType()
public SWPoint getVertexA()
public SWPoint getVertexB()
public SWPoint getVertexC()
public boolean isFilled()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||