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.