|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Line2D
java.awt.geom.Line2D.Double
simtools.diagram.test.TestComponent.TestShapeLink
public class TestComponent.TestShapeLink
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Line2D |
---|
java.awt.geom.Line2D.Double, java.awt.geom.Line2D.Float |
Field Summary |
---|
Fields inherited from class java.awt.geom.Line2D.Double |
---|
x1, x2, y1, y2 |
Constructor Summary | |
---|---|
TestComponent.TestShapeLink(TestComponent.TestShape in,
int x,
int y)
|
|
TestComponent.TestShapeLink(TestComponent.TestShapeLink model,
TestComponent.TestShape in,
TestComponent.TestShape out)
|
Method Summary | |
---|---|
void |
connect(TestComponent.TestShape out)
|
DiagramConnector |
input()
Gets the input of the link |
DiagramConnector |
output()
Gets the ioutput of the link |
java.lang.String |
toString()
|
void |
translate(int dx,
int dy)
|
void |
translateInput(int dx,
int dy)
|
void |
translateOutput(int dx,
int dy)
|
Methods inherited from class java.awt.geom.Line2D.Double |
---|
getBounds2D, getP1, getP2, getX1, getX2, getY1, getY2, setLine |
Methods inherited from class java.awt.geom.Line2D |
---|
clone, contains, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects, intersectsLine, intersectsLine, linesIntersect, ptLineDist, ptLineDist, ptLineDist, ptLineDistSq, ptLineDistSq, ptLineDistSq, ptSegDist, ptSegDist, ptSegDist, ptSegDistSq, ptSegDistSq, ptSegDistSq, relativeCCW, relativeCCW, relativeCCW, setLine, setLine |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestComponent.TestShapeLink(TestComponent.TestShape in, int x, int y)
public TestComponent.TestShapeLink(TestComponent.TestShapeLink model, TestComponent.TestShape in, TestComponent.TestShape out)
Method Detail |
---|
public void translate(int dx, int dy)
public void translateInput(int dx, int dy)
public void translateOutput(int dx, int dy)
public void connect(TestComponent.TestShape out)
public DiagramConnector input()
DiagramConnection
input
in interface DiagramConnection
public DiagramConnector output()
DiagramConnection
output
in interface DiagramConnection
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |