Uses of Class
org.jclarion.clarion.print.Text.Justify

Packages that use Text.Justify
org.jclarion.clarion.print   
 

Uses of Text.Justify in org.jclarion.clarion.print
 

Methods in org.jclarion.clarion.print that return Text.Justify
static Text.Justify Text.Justify.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Text.Justify[] Text.Justify.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclarion.clarion.print with parameters of type Text.Justify
 Text PrintObject.drawText(AbstractControl control, java.lang.String text, int x1, int y1, int x2, int y2, Text.Justify justify, int justifyOffset, java.awt.Color color, java.awt.Font font, boolean transparent)
           
 

Constructors in org.jclarion.clarion.print with parameters of type Text.Justify
Text(AbstractControl control, java.lang.String text, int x1, int y1, int x2, int y2, Text.Justify justify, int justifyOffset, java.awt.Color color, java.awt.Font font, boolean transparent)
           
 



Copyright © 2010. All Rights Reserved.