public class FloatLayout
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ColumnText |
compositeColumn |
protected java.util.List<Element> |
content |
protected float |
filledWidth |
protected float |
floatLeftX |
protected float |
floatRightX |
protected float |
leftX |
protected float |
maxY |
protected float |
minY |
protected float |
rightX |
protected boolean |
useAscender |
protected float |
yLine |
Constructor and Description |
---|
FloatLayout(java.util.List<Element> elements,
boolean useAscender) |
Modifier and Type | Method and Description |
---|---|
float |
getFilledWidth() |
float |
getYLine() |
int |
layout(PdfContentByte canvas,
boolean simulate) |
void |
setFilledWidth(float filledWidth) |
void |
setSimpleColumn(float llx,
float lly,
float urx,
float ury) |
void |
setYLine(float yLine) |
protected float maxY
protected float minY
protected float leftX
protected float rightX
protected float yLine
protected float floatLeftX
protected float floatRightX
protected float filledWidth
protected final ColumnText compositeColumn
protected final java.util.List<Element> content
protected final boolean useAscender
public FloatLayout(java.util.List<Element> elements, boolean useAscender)
public float getYLine()
public void setYLine(float yLine)
public float getFilledWidth()
public void setFilledWidth(float filledWidth)
public void setSimpleColumn(float llx, float lly, float urx, float ury)
public int layout(PdfContentByte canvas, boolean simulate) throws DocumentException
DocumentException
Copyright © 2013. All Rights Reserved.