Interface MarkingRequired
- All Known Implementing Classes:
Calibration
,LineProfile
,OffsetOrigin
,RGBRegion
,TapeMeasure
public interface MarkingRequired
A MarkingRequired track requires marking.
- Author:
- Douglas Brown
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if this track is not yet fully marked
-
Method Details
-
requiresMarking
boolean requiresMarking()Returns true if this track is not yet fully marked
-