Class TransConfDecoratorEmbedded
- java.lang.Object
-
- org.processmining.explorativeprocessdiscovery.embeddedvisual.TransConfDecoratorEmbedded
-
- All Implemented Interfaces:
org.processmining.models.shapes.Decorated
public class TransConfDecoratorEmbedded extends java.lang.Object implements org.processmining.models.shapes.Decorated- Author:
- aadrians Nov 4, 2011
-
-
Field Summary
Fields Modifier and Type Field Description static java.awt.ColorUNUSED_TRANSITION
-
Constructor Summary
Constructors Constructor Description TransConfDecoratorEmbedded(int moveOnModelFreq, int moveSyncFreq, java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorate(java.awt.Graphics2D g2d, double x, double y, double width, double height)java.lang.StringgetLabel()intgetMoveOnModelFreq()intgetMoveSyncFreq()booleanisLightColorLabel()voidsetLabel(java.lang.String label)voidsetLightColorLabel(boolean isLight)voidsetMoveOnModelFreq(int moveOnModelFreq)voidsetMoveSyncFreq(int moveSyncFreq)
-
-
-
Method Detail
-
isLightColorLabel
public boolean isLightColorLabel()
-
getMoveOnModelFreq
public int getMoveOnModelFreq()
- Returns:
- the moveOnModelFreq
-
setMoveOnModelFreq
public void setMoveOnModelFreq(int moveOnModelFreq)
- Parameters:
moveOnModelFreq- the moveOnModelFreq to set
-
getMoveSyncFreq
public int getMoveSyncFreq()
- Returns:
- the moveSyncFreq
-
setMoveSyncFreq
public void setMoveSyncFreq(int moveSyncFreq)
- Parameters:
moveSyncFreq- the moveSyncFreq to set
-
getLabel
public java.lang.String getLabel()
- Returns:
- the label
-
setLabel
public void setLabel(java.lang.String label)
- Parameters:
label- the label to set
-
decorate
public void decorate(java.awt.Graphics2D g2d, double x, double y, double width, double height)- Specified by:
decoratein interfaceorg.processmining.models.shapes.Decorated
-
setLightColorLabel
public void setLightColorLabel(boolean isLight)
-
-