Class AbstractStepUI
java.lang.Object
com.inductiveautomation.sfc.client.ui.AbstractStepUI
- All Implemented Interfaces:
 StepUI
- Direct Known Subclasses:
 ActionStepUI,AssertionStepUI,BeginStepUI,EnclosingStepUI,EndStepUI
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Shapeprotected Shapeprotected Shapeprotected static final Fontprotected static final Colorprotected static Paintprotected Rectangleprotected static Paintprotected static final Colorprotected static final Colorprotected static final Stroke[]protected static final Strokeprotected static final Color - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voiddrawName(Graphics2D g, String name) protected voiddrawShape(Graphics2D g, ChartStatus.StepElementStatus state, int anim, Shape shape) protected void 
- 
Field Details
- 
NAME_FONT
 - 
THICK_STROKE
 - 
THICK_DASH
 - 
VISITED
 - 
STOPPING
 - 
RUNNING
 - 
PAUSED
 - 
PAUSING
 - 
RESUMING
 - 
rect
 - 
ellipse1
 - 
ellipse2
 - 
ellipse3
 - 
repaintProperties
 
 - 
 - 
Constructor Details
- 
AbstractStepUI
protected AbstractStepUI() 
 - 
 - 
Method Details
- 
drawShape
 - 
drawDownLink
 - 
drawUpLink
 - 
getRepaintProperties
- Specified by:
 getRepaintPropertiesin interfaceStepUI
 - 
drawName
 
 -