Package org.fxmisc.flowless
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 TypeMethodDescriptionvoid
void
visit
(MinDistanceTo targetPosition) void
visit
(StartOffStart targetPosition)
-
Method Details
-
visit
-
visit
-
visit
-