public class FloatLayout extends Object
Modifier and Type | Field and Description |
---|---|
protected ColumnText |
compositeColumn |
protected 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(List<Element> elements, boolean useAscender) |
Modifier and Type | Method and Description |
---|---|
float |
getFilledWidth() |
int |
getRunDirection() |
float |
getYLine() |
int |
layout(PdfContentByte canvas, boolean simulate) |
void |
setFilledWidth(float filledWidth) |
void |
setRunDirection(int runDirection) |
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 boolean useAscender
public float getYLine()
public void setYLine(float yLine)
public float getFilledWidth()
public void setFilledWidth(float filledWidth)
public int getRunDirection()
public void setRunDirection(int runDirection)
public void setSimpleColumn(float llx, float lly, float urx, float ury)
public int layout(PdfContentByte canvas, boolean simulate) throws DocumentException
DocumentException
Copyright © 2016. All rights reserved.