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 Shape
protected Shape
protected Shape
protected static final Font
protected static final Color
protected static Paint
protected Rectangle
protected static Paint
protected static final Color
protected static final Color
protected static final Stroke[]
protected static final Stroke
protected static final Color
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
drawName
(Graphics2D g, String name) protected void
drawShape
(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:
getRepaintProperties
in interfaceStepUI
-
drawName
-