Class 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 Detail

      • UNUSED_TRANSITION

        public static java.awt.Color UNUSED_TRANSITION
    • Constructor Detail

      • TransConfDecoratorEmbedded

        public TransConfDecoratorEmbedded​(int moveOnModelFreq,
                                          int moveSyncFreq,
                                          java.lang.String label)
    • 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:
        decorate in interface org.processmining.models.shapes.Decorated
      • setLightColorLabel

        public void setLightColorLabel​(boolean isLight)