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

java.lang.Object
  上位を拡張 PPath
      上位を拡張 jp.digitalmuseum.mr.gui.workflow.PLineNodeAbstractImpl
すべての実装されたインタフェース:
PStrokeColorActivity.Target
直系の既知のサブクラス:
PForkLineNode, PJoinLineNode, PTransitionLineNode

public abstract class PLineNodeAbstractImpl
extends PPath
implements PStrokeColorActivity.Target

コンストラクタの概要
PLineNodeAbstractImpl()
           
 
メソッドの概要
protected abstract  java.awt.Color getDefaultStrokeColor()
           
abstract  Node getDestination()
           
abstract  Node getSource()
           
 java.awt.Color getStrokeColor()
          This method is called right before the color activity starts.
 void setStrokeColor(java.awt.Color color)
          This will be called by the color activity for each new interpolated color that it computes while it is stepping.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
コンストラクタの詳細

PLineNodeAbstractImpl

public PLineNodeAbstractImpl()
メソッドの詳細

getStrokeColor

public java.awt.Color getStrokeColor()
インタフェース PStrokeColorActivity.Target の記述:
This method is called right before the color activity starts. That way an object's color is always animated from its current color.
定義:
インタフェース PStrokeColorActivity.Target 内の getStrokeColor
戻り値:
the target's current color.

setStrokeColor

public void setStrokeColor(java.awt.Color color)
インタフェース PStrokeColorActivity.Target の記述:
This will be called by the color activity for each new interpolated color that it computes while it is stepping.
定義:
インタフェース PStrokeColorActivity.Target 内の setStrokeColor
パラメータ:
color - the color to assign to the target

getDefaultStrokeColor

protected abstract java.awt.Color getDefaultStrokeColor()

getSource

public abstract Node getSource()

getDestination

public abstract Node getDestination()


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