|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--diva.canvas.connector.Arrowhead | +--fcmodeler.view.figures.TestArrowhead
Shows how often diva.canvas.connector.Arrowhead.reshape() gets called. That method creates a new java.awt.geom.AffineTransform object at the beginning of each call. Could also extend diva.canvas.connector.Blob, to show the same thing.
Constructor Summary | |
TestArrowhead()
Creates new TestArrowhead |
|
TestArrowhead(double x,
double y,
double normal)
|
Method Summary | |
void |
reshape()
|
Methods inherited from class diva.canvas.connector.Arrowhead |
getBounds, getConnection, getLength, getOrigin, paint, setLength, setNormal, setOrigin, translate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestArrowhead()
public TestArrowhead(double x, double y, double normal)
Method Detail |
public void reshape()
reshape
in class diva.canvas.connector.Arrowhead
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |