public class DotNode extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
DotNode.DotNodeConfig |
| コンストラクタと説明 |
|---|
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 diagram.
|
DotNode(Table table,
String path,
DotNode.DotNodeConfig config) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
excludeColumn(TableColumn column) |
Table |
getTable() |
void |
setShowImplied(boolean showImplied) |
String |
toString() |
public DotNode(Table table, String path)
table - Tablepath - Stringpublic DotNode(Table table, String path, DotNode.DotNodeConfig config)
public void setShowImplied(boolean showImplied)
public Table getTable()
public void excludeColumn(TableColumn column)
Copyright © 2016. All Rights Reserved.