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.createCenteredLayout(int x, int y, int width)
           
static LabelLayout LabelLayoutFactory.createMarginLayout(int x, int y, int width, int height)
           
static LabelLayout LabelLayoutFactory.createOriginLayout(int x, int y)
           
 

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



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