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