|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--quoggles.representation.DefaultBoxRepresentation
|
+--quoggles.stdboxes.connectors.TwoSplitConnector_Rep
Represents a fork with two ends.
| Nested Class Summary | |
(package private) class |
TwoSplitConnector_Rep.MyBoxRepresentation
Provides a graphical repersentation of the connector. |
| Field Summary | |
private java.awt.geom.Point2D |
output1
|
private java.awt.geom.Point2D |
output2
|
| Fields inherited from class quoggles.representation.DefaultBoxRepresentation |
box, classLabel, graphicalRep, inputLabel, INPUTLABEL, inputsPos, outputLabel, OUTPUTLABEL, outputsPos, parameters |
| Constructor Summary | |
TwoSplitConnector_Rep(IBox representedBox)
|
|
| Method Summary | |
java.awt.geom.Point2D[] |
getRelOutputsPos()
Relative position of outputs, measured from top left corner, values between 0 and 1. |
void |
updateGraphicalRep()
Empty implementation. |
| Methods inherited from class quoggles.representation.DefaultBoxRepresentation |
createStandardPanel, getIBox, getRelInputsPos, getRepresentation, repaintBoxRep, setParameters, standardizeBoxRep, updateId, updateInputOutput |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.awt.geom.Point2D output1
private java.awt.geom.Point2D output2
| Constructor Detail |
public TwoSplitConnector_Rep(IBox representedBox)
representedBox - | Method Detail |
public java.awt.geom.Point2D[] getRelOutputsPos()
IBoxRepresentation
getRelOutputsPos in interface IBoxRepresentationgetRelOutputsPos in class DefaultBoxRepresentationIBoxRepresentation.getRelOutputsPos()public void updateGraphicalRep()
updateGraphicalRep in interface IBoxRepresentationupdateGraphicalRep in class DefaultBoxRepresentationIBoxRepresentation.updateGraphicalRep()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||