Uses of Class
org.clapper.util.io.JustifyStyle

Packages that use JustifyStyle
org.clapper.util.io org.clapper.util.io - Input/Output Classes. 
 

Uses of JustifyStyle in org.clapper.util.io
 

Methods in org.clapper.util.io that return JustifyStyle
 JustifyStyle JustifyTextWriter.getJustification()
          Retrieve the current justification style.
static JustifyStyle JustifyStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JustifyStyle[] JustifyStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.clapper.util.io with parameters of type JustifyStyle
 void JustifyTextWriter.setJustification(JustifyStyle style)
          Set or change the current justification style.
 

Constructors in org.clapper.util.io with parameters of type JustifyStyle
JustifyTextWriter(java.io.OutputStream output, JustifyStyle justification)
          Build an JustifyTextWriter object that will write its output to the specified OutputStream object, using the default line length of 79.
JustifyTextWriter(java.io.OutputStream output, JustifyStyle justification, int lineLength)
          Build an JustifyTextWriter object that will write its output to the specified OutputStream object, using the specified line length.
JustifyTextWriter(java.io.PrintWriter output, JustifyStyle justification)
          Build an JustifyTextWriter object that will write its output to the specified PrintWriter object, using the default line length of 79.
JustifyTextWriter(java.io.PrintWriter output, JustifyStyle justification, int lineLength)
          Build an JustifyTextWriter object that will write its output to the specified PrintWriter object, using the specified line length.
JustifyTextWriter(java.io.Writer output, JustifyStyle justification)
          Build an JustifyTextWriter object that will write its output to the specified Writer object, using the default line length of 79.
JustifyTextWriter(java.io.Writer output, JustifyStyle justification, int lineLength)
          Build an JustifyTextWriter object that will write its output to the specified Writer object, using the specified line length.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.