|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.rule.handler.VisualNodeDropInfo
TODO: comment
| Field Summary | |
Coordinate |
cursorlocation
|
VisualGraphView |
toplevelview
instance variable for the that is
the top-level-container the action occured in |
VisualNode[] |
visualnodes
instance variable for the s that were
dropped |
VisualSubgraph |
visualsubgraph
instance variable for the the
s have been
dropped onto |
| Constructor Summary | |
VisualNodeDropInfo(VisualGraphView toplevelview,
VisualSubgraph visualsubgraph,
VisualNode[] visualnodes,
Coordinate cursorlocation)
Constructor for VisualNodeDropInfo. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final VisualGraphView toplevelview
VisualGraphView that is
the top-level-container the action occured in
public final VisualSubgraph visualsubgraph
VisualSubgraph the
VisualNodes have been
dropped onto
public final VisualNode[] visualnodes
VisualNodes that were
dropped
public final Coordinate cursorlocation
| Constructor Detail |
public VisualNodeDropInfo(VisualGraphView toplevelview,
VisualSubgraph visualsubgraph,
VisualNode[] visualnodes,
Coordinate cursorlocation)
VisualNodeDropInfo.
toplevelview - the top-level-containervisualsubgraph - the VisualSubgraph the
VisualNodes have been dropped ontovisualnodes - the VisualNodes that have been dropped
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||