Class BeginStepUI
- java.lang.Object
 - 
- com.inductiveautomation.sfc.client.ui.AbstractStepUI
 - 
- com.inductiveautomation.sfc.client.ui.BeginStepUI
 
 
 
- 
- All Implemented Interfaces:
 StepUI
public class BeginStepUI extends AbstractStepUI
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBeginStepUI.BeginStepFactory 
- 
Field Summary
Fields Modifier and Type Field Description static ClientStepFactoryFACTORYstatic java.lang.StringFACTORY_ID- 
Fields inherited from class com.inductiveautomation.sfc.client.ui.AbstractStepUI
ellipse1, ellipse2, ellipse3, NAME_FONT, PAUSED, PAUSING, rect, repaintProperties, RESUMING, RUNNING, STOPPING, THICK_DASH, THICK_STROKE, VISITED 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BeginStepUI() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawStep(ChartUIElement element, ChartStatusContext context, java.awt.Graphics2D g)- 
Methods inherited from class com.inductiveautomation.sfc.client.ui.AbstractStepUI
drawDownLink, drawName, drawShape, drawUpLink, getRepaintProperties 
 - 
 
 - 
 
- 
- 
Field Detail
- 
FACTORY_ID
public static final java.lang.String FACTORY_ID
- See Also:
 - Constant Field Values
 
 
- 
FACTORY
public static final ClientStepFactory FACTORY
 
 - 
 
- 
Method Detail
- 
drawStep
public void drawStep(ChartUIElement element, ChartStatusContext context, java.awt.Graphics2D g)
 
 - 
 
 -