|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--FigCircle | +--org.argouml.uml.diagram.use_case.ui.FigUseCase.FigMyCircle
FigMyCircle is a FigCircle with corrected connectionPoint method: this methods calculates where a connected edge ends.
Field Summary | |
---|---|
protected Logger |
cat
Deprecated. by Linus Tolke as of 0.15.4. Use your own logger in your class. This will be removed. |
Constructor Summary | |
---|---|
FigUseCase.FigMyCircle(int x,
int y,
int w,
int h,
java.awt.Color lColor,
java.awt.Color fColor)
Constructor just invokes the parent constructor. |
Method Summary | |
---|---|
java.awt.Point |
connectionPoint(java.awt.Point anotherPt)
Compute the border point of the elipse that is on the edge between the stored upper left corner and the given parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Logger cat
Constructor Detail |
public FigUseCase.FigMyCircle(int x, int y, int w, int h, java.awt.Color lColor, java.awt.Color fColor)
x
- X coordinate of the upper left corner of the bounding
box.y
- Y coordinate of the upper left corner of the bounding
box.w
- Width of the bounding box.h
- Height of the bounding box.lColor
- Line colour of the fig.fColor
- Fill colour of the fig.Method Detail |
public java.awt.Point connectionPoint(java.awt.Point anotherPt)
anotherPt
- The remote point to which an edge is drawn.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |