public class NodeElement extends GraphElement implements HasId, HasLabel, HasStyle, EdgeEndpoint
| Constructor and Description |
|---|
NodeElement(net.kemitix.node.Node<PackageData> packageDataNode,
String id,
String label)
Constructor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLabel, setLabelgetStyle, setStylegetPackageDataNode, setPackageDataNodepublic NodeElement(net.kemitix.node.Node<PackageData> packageDataNode, String id, String label)
packageDataNode - the package data node for this node elementid - the id of the nodelabel - the label of the nodeCopyright © 2016. All rights reserved.