Uses of Class
net.sf.swinglib.table.FormattingRenderer.Alignment

Packages that use FormattingRenderer.Alignment
net.sf.swinglib.table This package contains tools specific to JTable
 

Uses of FormattingRenderer.Alignment in net.sf.swinglib.table
 

Methods in net.sf.swinglib.table that return FormattingRenderer.Alignment
static FormattingRenderer.Alignment FormattingRenderer.Alignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FormattingRenderer.Alignment[] FormattingRenderer.Alignment.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in net.sf.swinglib.table with parameters of type FormattingRenderer.Alignment
FormattingRenderer(Format formatter, FormattingRenderer.Alignment alignment)
          Creates an instance that allows you to specify alignment.