DBVIEW
|
Public Member Functions | |
void | setInvisible () |
void | setLtail (String in_value) |
void | setLhead (String in_value) |
void | setColor (String in_value) |
void | setPenwidth (String in_value) |
void | setFrom (String in_value) |
void | setTo (String in_value) |
void | setArrowhead (String in_value) |
void | setArrowtail (String in_value) |
String | toString () |
Private Attributes | |
String | __from = null |
String | __to = null |
String | __ltail = null |
String | __lhead = null |
String | __color = null |
String | __penwidth = null |
String | __arrowtail = null |
String | __arrowhead = null |
Boolean | __edge_visible = Boolean.TRUE |
void org.dbview.utils.dot.Edge.setArrowhead | ( | String | in_value | ) |
void org.dbview.utils.dot.Edge.setArrowtail | ( | String | in_value | ) |
void org.dbview.utils.dot.Edge.setColor | ( | String | in_value | ) |
void org.dbview.utils.dot.Edge.setFrom | ( | String | in_value | ) |
void org.dbview.utils.dot.Edge.setInvisible | ( | ) |
void org.dbview.utils.dot.Edge.setLhead | ( | String | in_value | ) |
void org.dbview.utils.dot.Edge.setLtail | ( | String | in_value | ) |
void org.dbview.utils.dot.Edge.setPenwidth | ( | String | in_value | ) |
void org.dbview.utils.dot.Edge.setTo | ( | String | in_value | ) |
String org.dbview.utils.dot.Edge.toString | ( | ) |
String org.dbview.utils.dot.Edge.__arrowhead = null [private] |
See GRAPHVIZ' documentation for "arrowhead".
Definition at line 74 of file Edge.java.
Referenced by org.dbview.utils.dot.Edge.setArrowhead(), and org.dbview.utils.dot.Edge.toString().
String org.dbview.utils.dot.Edge.__arrowtail = null [private] |
See GRAPHVIZ' documentation for "arrowtail".
Definition at line 68 of file Edge.java.
Referenced by org.dbview.utils.dot.Edge.setArrowtail(), and org.dbview.utils.dot.Edge.toString().
String org.dbview.utils.dot.Edge.__color = null [private] |
Color of the edge.
Definition at line 57 of file Edge.java.
Referenced by org.dbview.utils.dot.Edge.setColor(), and org.dbview.utils.dot.Edge.toString().
Boolean org.dbview.utils.dot.Edge.__edge_visible = Boolean.TRUE [private] |
Is the edge visible?
Definition at line 79 of file Edge.java.
Referenced by org.dbview.utils.dot.Edge.setInvisible(), and org.dbview.utils.dot.Edge.toString().
String org.dbview.utils.dot.Edge.__from = null [private] |
Beginning of the edge.
Definition at line 35 of file Edge.java.
Referenced by org.dbview.utils.dot.Edge.setFrom(), and org.dbview.utils.dot.Edge.toString().
String org.dbview.utils.dot.Edge.__lhead = null [private] |
See GRAPHVIZ' documentation for "lhead".
Definition at line 52 of file Edge.java.
Referenced by org.dbview.utils.dot.Edge.setLhead(), and org.dbview.utils.dot.Edge.toString().
String org.dbview.utils.dot.Edge.__ltail = null [private] |
See GRAPHVIZ' documentation for "ltail".
Definition at line 46 of file Edge.java.
Referenced by org.dbview.utils.dot.Edge.setLtail(), and org.dbview.utils.dot.Edge.toString().
String org.dbview.utils.dot.Edge.__penwidth = null [private] |
width of the edge.
Definition at line 62 of file Edge.java.
Referenced by org.dbview.utils.dot.Edge.setPenwidth(), and org.dbview.utils.dot.Edge.toString().
String org.dbview.utils.dot.Edge.__to = null [private] |
End of the edge.
Definition at line 40 of file Edge.java.
Referenced by org.dbview.utils.dot.Edge.setTo(), and org.dbview.utils.dot.Edge.toString().