Package com.openhtmltopdf.newtable
Class TableBox.AutoTableLayout.Layout
- java.lang.Object
-
- com.openhtmltopdf.newtable.TableBox.AutoTableLayout.Layout
-
- Enclosing class:
- TableBox.AutoTableLayout
protected static class TableBox.AutoTableLayout.Layout extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private long
_calcWidth
private long
_effMaxWidth
private long
_effMinWidth
private Length
_effWidth
private long
_maxWidth
private long
_minWidth
private Length
_width
-
Constructor Summary
Constructors Constructor Description Layout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
calcWidth()
long
effMaxWidth()
long
effMinWidth()
Length
effWidth()
long
maxWidth()
long
minWidth()
void
setCalcWidth(long i)
void
setEffMaxWidth(long i)
void
setEffMinWidth(long i)
void
setEffWidth(Length l)
void
setMaxWidth(long i)
void
setMinWidth(long i)
void
setWidth(Length l)
Length
width()
-
-
-
Method Detail
-
width
public Length width()
-
setWidth
public void setWidth(Length l)
-
effWidth
public Length effWidth()
-
setEffWidth
public void setEffWidth(Length l)
-
minWidth
public long minWidth()
-
setMinWidth
public void setMinWidth(long i)
-
maxWidth
public long maxWidth()
-
setMaxWidth
public void setMaxWidth(long i)
-
effMinWidth
public long effMinWidth()
-
setEffMinWidth
public void setEffMinWidth(long i)
-
effMaxWidth
public long effMaxWidth()
-
setEffMaxWidth
public void setEffMaxWidth(long i)
-
calcWidth
public long calcWidth()
-
setCalcWidth
public void setCalcWidth(long i)
-
-