| Package | Description |
|---|---|
| net.sourceforge.barbecue.output |
| Modifier and Type | Class and Description |
|---|---|
class |
CenteredLabelLayout |
class |
DefaultLabelLayout |
class |
MarginLabelLayout |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
Output.drawText(String text,
LabelLayout layout)
Draw the specified text.
|
int |
SVGOutput.drawText(String text,
LabelLayout layout) |
int |
EPSOutput.drawText(String text,
LabelLayout layout) |
int |
GraphicsOutput.drawText(String text,
LabelLayout labelLayout) |
int |
SizingOutput.drawText(String text,
LabelLayout labelLayout) |
Copyright © 2003-2013 barbecue.sourceforge.net. All Rights Reserved.