| Package | Description |
|---|---|
| pt.lsts.neptus.graph | |
| pt.lsts.neptus.graph.edit | |
| pt.lsts.neptus.planeditor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphElementFactory<N extends NeptusNodeElement,E extends NeptusEdgeElement> |
class |
NeptusGraph<N extends NeptusNodeElement,E extends NeptusEdgeElement> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNode<O> |
| Modifier and Type | Method and Description |
|---|---|
NeptusNodeElement<?>[] |
NeptusGraph.allNodes() |
NeptusNodeElement<?> |
DefaultGraphFactory.createNode() |
NeptusNodeElement[] |
NeptusGraph.getAllNodes() |
NeptusNodeElement[] |
NeptusGraph.getSelectedNodes() |
NeptusNodeElement<?> |
DanglingEdge.getSourceNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
DanglingEdge.setSourceNode(NeptusNodeElement<?> sourceNode) |
| Constructor and Description |
|---|
DanglingEdge(NeptusNodeElement<?> sourceNode,
java.awt.geom.Point2D targetPoint) |
| Constructor and Description |
|---|
AddNodeEdit(NeptusGraph graph,
NeptusNodeElement node) |
MoveSelectionEdit(NeptusGraph<?,?> graph,
NeptusNodeElement[] movedNodes,
java.awt.geom.Point2D dragDifference) |
RemoveNodeEdit(NeptusGraph<NeptusNodeElement<?>,NeptusEdgeElement<?>> graph,
NeptusNodeElement<?> node) |
| Constructor and Description |
|---|
RemoveNodeEdit(NeptusGraph<NeptusNodeElement<?>,NeptusEdgeElement<?>> graph,
NeptusNodeElement<?> node) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManeuverNode |
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.