net.sourceforge.schemaspy.view
Class DotNode
java.lang.Object
net.sourceforge.schemaspy.view.DotNode
public class DotNode
- extends Object
|
Constructor Summary |
DotNode(Table table,
boolean showColumns,
String path)
Create a DotNode and specify whether it displays its columns. |
DotNode(Table table,
String path)
Create a DotNode that is a focal point of a graph |
DotNode
public DotNode(Table table,
String path)
- Create a DotNode that is a focal point of a graph
- Parameters:
table - Tablepath - String
DotNode
public DotNode(Table table,
boolean showColumns,
String path)
- Create a DotNode and specify whether it displays its columns.
- Parameters:
table - TableshowColumns - booleanpath - String
isDetailed
public boolean isDetailed()
setShowImplied
public void setShowImplied(boolean showImplied)
getTable
public Table getTable()
excludeColumn
public void excludeColumn(TableColumn column)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007-2010. All Rights Reserved.