Uses of Enum
jmri.util.davidflanagan.HardcopyWriter.Align
Packages that use HardcopyWriter.Align
-
Uses of HardcopyWriter.Align in jmri.util.davidflanagan
Fields in jmri.util.davidflanagan declared as HardcopyWriter.AlignModifier and TypeFieldDescription(package private) HardcopyWriter.AlignHardcopyWriter.Column.alignmentMethods in jmri.util.davidflanagan that return HardcopyWriter.AlignModifier and TypeMethodDescriptionHardcopyWriter.Column.getAlignment()Gets the alignment of the columnHardcopyWriter.Align.getBase()Gets the base alignment of the columnstatic HardcopyWriter.AlignReturns the enum constant of this type with the specified name.static HardcopyWriter.Align[]HardcopyWriter.Align.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jmri.util.davidflanagan with parameters of type HardcopyWriter.AlignModifierConstructorDescriptionColumn(int position, int width, HardcopyWriter.Align alignment) Create a Column with specified position, width and alignmentColumn(int position, HardcopyWriter.Align alignment) Create a Column with specified position and alignment.