public class GraphvizNodeShape extends Object
| Constructor and Description |
|---|
GraphvizNodeShape(String shape,
String labelLoc,
Number width,
Number height) |
| Modifier and Type | Method and Description |
|---|---|
String |
asAttrs() |
Number |
getHeight() |
String |
getShape() |
Number |
getWidth() |
boolean |
isHeightSet() |
boolean |
isLabelLocSet() |
boolean |
isShapeSet() |
boolean |
isWidthSet() |
String |
toString() |
public String getShape()
public Number getWidth()
public Number getHeight()
public boolean isShapeSet()
public boolean isLabelLocSet()
public boolean isWidthSet()
public boolean isHeightSet()
public String asAttrs()
Copyright © 2020. All rights reserved.