net.sourceforge.barbecue.output
Class LabelLayoutFactory

java.lang.Object
  extended by net.sourceforge.barbecue.output.LabelLayoutFactory

public class LabelLayoutFactory
extends 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-2011 barbecue.sourceforge.net. All Rights Reserved.