jp.digitalmuseum.mr.gui.workflow.layout
クラス Vertex

java.lang.Object
  上位を拡張 jp.digitalmuseum.mr.gui.workflow.layout.LayerElement
      上位を拡張 jp.digitalmuseum.mr.gui.workflow.layout.Vertex
直系の既知のサブクラス:
DummyVertex

public class Vertex
extends LayerElement

コンストラクタの概要
Vertex(Node node)
           
 
メソッドの概要
protected  void appendString(java.lang.StringBuilder sb)
           
 java.util.Set<Vertex> getChildren()
           
 java.util.Map<Vertex,Edge> getChildrenEdges()
           
 Layout.Coordinate getCoord()
           
 Node getNode()
           
 int getWidth()
           
 
クラス jp.digitalmuseum.mr.gui.workflow.layout.LayerElement から継承されたメソッド
getX, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
コンストラクタの詳細

Vertex

public Vertex(Node node)
メソッドの詳細

getNode

public Node getNode()

getChildren

public java.util.Set<Vertex> getChildren()

getChildrenEdges

public java.util.Map<Vertex,Edge> getChildrenEdges()

getWidth

public int getWidth()

appendString

protected void appendString(java.lang.StringBuilder sb)
オーバーライド:
クラス LayerElement 内の appendString

getCoord

public Layout.Coordinate getCoord()


Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/