public class DiagramNode extends Object
| Constructor and Description |
|---|
DiagramNode(String id,
String label,
String url,
String colorGroup,
String shape,
Boolean highlight,
Number width,
Number height) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorGroup() |
Number |
getHeight() |
Boolean |
getHighlight() |
String |
getId() |
String |
getLabel() |
String |
getShape() |
String |
getUrl() |
Number |
getWidth() |
Boolean |
hasUrl() |
public String getId()
public String getLabel()
public Boolean getHighlight()
public String getColorGroup()
public String getShape()
public Boolean hasUrl()
public String getUrl()
public Number getWidth()
public Number getHeight()
Copyright © 2020. All rights reserved.