public class AbstractNodeGraphicsBase extends Object
| Modifier and Type | Field and Description |
|---|---|
BorderStyle |
borderStyle |
DropShadow |
dropShadow |
Fill |
fill |
Geometry |
geometry |
List<NodeLabel> |
labels |
Shape |
shape |
| Constructor and Description |
|---|
AbstractNodeGraphicsBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLabel(NodeLabel label) |
NodeLabel |
firstLabel() |
boolean |
hasLabels() |
void |
withLabelText(String text) |
protected void |
writeGraphics(ElementWriter w) |
public Geometry geometry
public Shape shape
public DropShadow dropShadow
public Fill fill
public BorderStyle borderStyle
protected void writeGraphics(ElementWriter w)
public void addLabel(NodeLabel label)
public NodeLabel firstLabel()
public boolean hasLabels()
public void withLabelText(String text)
Copyright © 2016. All rights reserved.