Package org.fxmisc.flowless
Interface TargetPositionVisitor
-
- All Known Implementing Classes:
Navigator
interface TargetPositionVisitor
Uses the Visitor Pattern, soNavigator
does not need to check the type of theTargetPosition
before using it to determine how to fill the viewport.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(EndOffEnd targetPosition)
void
visit(MinDistanceTo targetPosition)
void
visit(StartOffStart targetPosition)
-
-
-
Method Detail
-
visit
void visit(StartOffStart targetPosition)
-
visit
void visit(EndOffEnd targetPosition)
-
visit
void visit(MinDistanceTo targetPosition)
-
-