net.sourceforge.barbecue.output
Class LabelLayoutFactory

java.lang.Object
  extended bynet.sourceforge.barbecue.output.LabelLayoutFactory

public class LabelLayoutFactory
extends java.lang.Object


Constructor Summary
LabelLayoutFactory()
           
 
Method Summary
static LabelLayout createCenteredLayout(int x, int y, int width)
           
static LabelLayout createMarginLayout(int x, int y, int width, int height)
           
static LabelLayout createOriginLayout(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelLayoutFactory

public LabelLayoutFactory()
Method Detail

createOriginLayout

public static LabelLayout createOriginLayout(int x,
                                             int y)

createCenteredLayout

public static LabelLayout createCenteredLayout(int x,
                                               int y,
                                               int width)

createMarginLayout

public static LabelLayout createMarginLayout(int x,
                                             int y,
                                             int width,
                                             int height)


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