@Immutable public final class NodeElement extends Object implements HasId, HasLabel
| Constructor and Description |
|---|
NodeElement(net.kemitix.node.Node<PackageData> packageDataNode,
String id,
String label,
DotFileFormat dotFileFormat)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
render()
Render the graph element for use in a DotFile.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLabelgetPackageDataNodepublic NodeElement(net.kemitix.node.Node<PackageData> packageDataNode, String id, String label, DotFileFormat dotFileFormat)
packageDataNode - the package data node for this node elementid - the id of the nodelabel - the label of the nodedotFileFormat - the output formatpublic String render()
GraphElementrender in interface GraphElementCopyright © 2016–2018. All rights reserved.