edu.toronto.cs.davinci
Class DaVinciGraph.FullNode
java.lang.Object
edu.toronto.cs.davinci.DaVinciGraph.Term
edu.toronto.cs.davinci.DaVinciGraph.FullNode
- All Implemented Interfaces:
- DaVinciGraph.Node
- Enclosing class:
- DaVinciGraph
public class DaVinciGraph.FullNode
- extends DaVinciGraph.Term
- implements DaVinciGraph.Node
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DaVinciGraph.FullNode
public DaVinciGraph.FullNode(java.lang.String id,
java.lang.String type)
edge
public DaVinciGraph.Edge edge(DaVinciGraph.Node destNode)
edge
public DaVinciGraph.Edge edge(DaVinciGraph.RefNode destNode)
edge
public DaVinciGraph.LabeledEdge edge(DaVinciGraph.RefNode destNode,
java.lang.String label)
labeledEdge
public DaVinciGraph.LabeledEdge labeledEdge(DaVinciGraph.Node destNode,
java.lang.String label)
label
public DaVinciGraph.FullNode label(java.lang.String name)
color
public DaVinciGraph.FullNode color(java.lang.String value)
fontFamily
public DaVinciGraph.FullNode fontFamily(java.lang.String family)
fontStyle
public DaVinciGraph.FullNode fontStyle(java.lang.String style)
box
public DaVinciGraph.FullNode box(java.lang.String type)
border
public DaVinciGraph.FullNode border(java.lang.String type)
hidden
public DaVinciGraph.FullNode hidden(boolean hide)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object