jp.digitalmuseum.mr.gui.workflow
インタフェース PStrokeColorActivity.Target

既知の実装クラスの一覧:
PForkLineNode, PJoinLineNode, PLineNodeAbstractImpl, PTransitionLineNode
含まれているクラス:
PStrokeColorActivity

public static interface PStrokeColorActivity.Target
Target Objects that want their color to be set by the color activity must implement this interface.
メソッドの概要
 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.
 
メソッドの詳細

setStrokeColor

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.
パラメータ:
color - the color to assign to the target

getStrokeColor

java.awt.Color getStrokeColor()
This method is called right before the color activity starts. That way an object's color is always animated from its current color.
戻り値:
the target's current color.


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