protected abstract class GraphvizDotBuilder.Props extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
GraphvizDotBuilder.Props() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
draw(PrintStream out) |
protected String |
esc(String s) |
void |
print(PrintStream out) |
void |
setLabel(String label) |
void |
setStyle(String style) |
String |
toString() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodepublic abstract void draw(PrintStream out)
public void print(PrintStream out)
public void setLabel(String label)
public void setStyle(String style)
public String toString()
toString in class AbstractMap<String,String>Copyright © 2015. All Rights Reserved.