|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.digitalmuseum.mr.gui.workflow.layout.LayerElement
jp.digitalmuseum.mr.gui.workflow.layout.Vertex
jp.digitalmuseum.mr.gui.workflow.layout.DummyVertex
public class DummyVertex
| コンストラクタの概要 | |
|---|---|
DummyVertex()
|
|
DummyVertex(Segment segment,
boolean isHead)
|
|
| メソッドの概要 | |
|---|---|
protected void |
appendString(java.lang.StringBuilder sb)
|
Segment |
getSegment()
|
int |
getX()
|
boolean |
isHead()
|
boolean |
isTail()
|
void |
setX(int x)
|
| クラス jp.digitalmuseum.mr.gui.workflow.layout.Vertex から継承されたメソッド |
|---|
getChildren, getChildrenEdges, getCoord, getNode, getWidth |
| クラス jp.digitalmuseum.mr.gui.workflow.layout.LayerElement から継承されたメソッド |
|---|
toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DummyVertex()
public DummyVertex(Segment segment,
boolean isHead)
| メソッドの詳細 |
|---|
public boolean isHead()
public boolean isTail()
public Segment getSegment()
public int getX()
LayerElement 内の getX
public void setX(int x)
protected void appendString(java.lang.StringBuilder sb)
Vertex 内の appendString
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||