Interface TargetPositionVisitor
- All Known Implementing Classes:
Navigator
interface TargetPositionVisitor
Uses the Visitor Pattern, so
Navigator does not need to check the type of the TargetPosition
before using it to determine how to fill the viewport.-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvisit(MinDistanceTo targetPosition) voidvisit(StartOffStart targetPosition)
-
Method Details
-
visit
-
visit
-
visit
-