Class AbstractStepUI

java.lang.Object
com.inductiveautomation.sfc.client.ui.AbstractStepUI
All Implemented Interfaces:
StepUI
Direct Known Subclasses:
ActionStepUI, AssertionStepUI, BeginStepUI, EnclosingStepUI, EndStepUI

public abstract class AbstractStepUI extends Object implements StepUI
  • Field Details

    • NAME_FONT

      protected static final Font NAME_FONT
    • THICK_STROKE

      protected static final Stroke THICK_STROKE
    • THICK_DASH

      protected static final Stroke[] THICK_DASH
    • VISITED

      protected static final Color VISITED
    • STOPPING

      protected static final Color STOPPING
    • RUNNING

      protected static final Color RUNNING
    • PAUSED

      protected static final Color PAUSED
    • PAUSING

      protected static Paint PAUSING
    • RESUMING

      protected static Paint RESUMING
    • rect

      protected Rectangle rect
    • ellipse1

      protected Shape ellipse1
    • ellipse2

      protected Shape ellipse2
    • ellipse3

      protected Shape ellipse3
    • repaintProperties

      protected Set<Property> repaintProperties
  • Constructor Details

    • AbstractStepUI

      protected AbstractStepUI()
  • Method Details