jp.digitalmuseum.mr.gui.workflow
クラス WorkflowViewCanvas

java.lang.Object
  上位を拡張 PCanvas
      上位を拡張 jp.digitalmuseum.mr.gui.workflow.WorkflowViewCanvas
すべての実装されたインタフェース:
DisposableComponent

public class WorkflowViewCanvas
extends PCanvas
implements DisposableComponent
A canvas for rendering a workflow graph as a timeline-like directed acyclic graph. Since the graph is usually used to represent a workflow of robots and their users, it is expected to form one timeline (thus, directed graph.) It can have cyclic subflows, but this canvas prevents making cycles by using a dummy node which links to the original node of its parent graph.
作成者:
Jun KATO

コンストラクタの概要
WorkflowViewCanvas(Workflow workflow)
           
 
メソッドの概要
 void animateViewToCenterGraph()
           
 void dispose()
           
static java.awt.Color getBackgroundColor()
           
static int getMarginX()
           
static int getMarginY()
           
static int getPadding()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
コンストラクタの詳細

WorkflowViewCanvas

public WorkflowViewCanvas(Workflow workflow)
メソッドの詳細

getBackgroundColor

public static java.awt.Color getBackgroundColor()

getPadding

public static int getPadding()

getMarginX

public static int getMarginX()

getMarginY

public static int getMarginY()

animateViewToCenterGraph

public void animateViewToCenterGraph()

dispose

public void dispose()
定義:
インタフェース DisposableComponent 内の dispose


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