Uses of Class
jmri.util.davidflanagan.HardcopyWriter.Column
Packages that use HardcopyWriter.Column
-
Uses of HardcopyWriter.Column in jmri.util.davidflanagan
Fields in jmri.util.davidflanagan declared as HardcopyWriter.ColumnMethods in jmri.util.davidflanagan that return types with arguments of type HardcopyWriter.ColumnModifier and TypeMethodDescriptionstatic ArrayList<HardcopyWriter.Column>HardcopyWriter.Column.stretchColumns(Collection<HardcopyWriter.Column> columns, int width, int gap) Stretch the columns to fit the specified width.Methods in jmri.util.davidflanagan with parameters of type HardcopyWriter.ColumnModifier and TypeMethodDescriptionvoidHardcopyWriter.setColumns(HardcopyWriter.Column[] columns) Function to set the columns for future text output.Method parameters in jmri.util.davidflanagan with type arguments of type HardcopyWriter.ColumnModifier and TypeMethodDescriptionvoidHardcopyWriter.setColumns(Collection<HardcopyWriter.Column> columns) Function to set Columns based on aCollection<Column>objectstatic ArrayList<HardcopyWriter.Column>HardcopyWriter.Column.stretchColumns(Collection<HardcopyWriter.Column> columns, int width, int gap) Stretch the columns to fit the specified width.