public interface Vertex extends VertexRef
Modifier and Type | Method and Description |
---|---|
Integer |
getEdgePathOffset() |
String |
getIconKey() |
String |
getIpAddress() |
com.vaadin.v7.data.Item |
getItem() |
String |
getKey()
Deprecated.
Use namespace/id tuple
|
String |
getLabel()
A human-readable label for the reference.
|
Integer |
getNodeID() |
String |
getStyleName() |
String |
getTooltipText() |
Integer |
getX() |
Integer |
getY() |
boolean |
isLocked() |
boolean |
isSelected() |
getId, getNamespace
compareTo
String getKey()
com.vaadin.v7.data.Item getItem()
String getLabel()
Ref
String getTooltipText()
String getIconKey()
String getStyleName()
Integer getX()
Integer getY()
boolean isLocked()
boolean isSelected()
String getIpAddress()
Integer getNodeID()
Integer getEdgePathOffset()
Copyright © 2021. All rights reserved.