Interface StepUI
- 
- All Known Implementing Classes:
 AbstractStepUI,ActionStepUI,AssertionStepUI,BeginStepUI,EnclosingStepUI,EndStepUI
public interface StepUI 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddrawStep(ChartUIElement element, ChartStatusContext context, java.awt.Graphics2D g)java.util.Set<Property>getRepaintProperties() 
 - 
 
- 
- 
Method Detail
- 
drawStep
void drawStep(ChartUIElement element, ChartStatusContext context, java.awt.Graphics2D g)
 
- 
getRepaintProperties
java.util.Set<Property> getRepaintProperties()
 
 - 
 
 -