Interface StepUI
- 
- All Known Implementing Classes:
- AbstractStepUI,- ActionStepUI,- AssertionStepUI,- BeginStepUI,- EnclosingStepUI,- EndStepUI
 
 public interface StepUI
- 
- 
Method SummaryAll 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- 
drawStepvoid drawStep(ChartUIElement element, ChartStatusContext context, java.awt.Graphics2D g) 
 - 
getRepaintPropertiesjava.util.Set<Property> getRepaintProperties() 
 
- 
 
-