程序包 | 说明 |
---|---|
com.fr.code.bar.layout | |
com.fr.code.bar.output |
限定符和类型 | 类和说明 |
---|---|
class |
CenteredLabelLayout |
class |
DefaultLabelLayout |
class |
MarginLabelLayout |
限定符和类型 | 方法和说明 |
---|---|
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) |
限定符和类型 | 方法和说明 |
---|---|
void |
SizingOutput.drawText(java.lang.String leadChar,
LabelLayout createMarginLayout) |
void |
GraphicsOutput.drawText(java.lang.String text,
LabelLayout labelLayout) |
abstract void |
AbstractOutput.drawText(java.lang.String leadChar,
LabelLayout createMarginLayout) |