Uses of Class
net.sourceforge.barbecue.output.LabelLayout

Packages that use LabelLayout
net.sourceforge.barbecue.output   
 

Uses of LabelLayout in net.sourceforge.barbecue.output
 

Subclasses of LabelLayout in net.sourceforge.barbecue.output
 class CenteredLabelLayout
           
 class DefaultLabelLayout
           
 class MarginLabelLayout
           
 

Methods in net.sourceforge.barbecue.output that return LabelLayout
static LabelLayout LabelLayoutFactory.createOriginLayout(int x, int y)
           
static LabelLayout LabelLayoutFactory.createCenteredLayout(int x, int y, int width)
           
static LabelLayout LabelLayoutFactory.createMarginLayout(int x, int y, int width, int height)
           
 

Methods in net.sourceforge.barbecue.output with parameters of type LabelLayout
 int EPSOutput.drawText(java.lang.String text, LabelLayout layout)
           
 int GraphicsOutput.drawText(java.lang.String text, LabelLayout labelLayout)
           
 int Output.drawText(java.lang.String text, LabelLayout layout)
          Draw the specified text.
 int SizingOutput.drawText(java.lang.String text, LabelLayout labelLayout)
           
 int SVGOutput.drawText(java.lang.String text, LabelLayout layout)
           
 



Copyright © 2003-2007 barbecue.sourceforge.net. All Rights Reserved.