Class PrintRoutes
java.lang.Object
jmri.jmrit.operations.routes.tools.PrintRoutes
Prints a summary of a route or all routes.
This uses the older style printing, for compatibility with Java 1.1.8 in Macintosh MRJ
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPrintRoutes(boolean isPreview) Prints or previews a summary of all routesPrintRoutes(boolean isPreview, Route route) Prints or previews a summary of a route -
Method Summary
-
Field Details
-
NEW_LINE
- See Also:
-
TAB
- See Also:
-
SPACE
- See Also:
-
_isPreview
boolean _isPreview
-
-
Constructor Details
-
PrintRoutes
Prints or previews a summary of all routes- Parameters:
isPreview- true if print preview
-
PrintRoutes
Prints or previews a summary of a route- Parameters:
isPreview- true if print previewroute- The route to be printed
-