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_calcWidthprivate long_effMaxWidthprivate long_effMinWidthprivate Length_effWidthprivate long_maxWidthprivate long_minWidthprivate Length_width
-
Constructor Summary
Constructors Constructor Description Layout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcalcWidth()longeffMaxWidth()longeffMinWidth()LengtheffWidth()longmaxWidth()longminWidth()voidsetCalcWidth(long i)voidsetEffMaxWidth(long i)voidsetEffMinWidth(long i)voidsetEffWidth(Length l)voidsetMaxWidth(long i)voidsetMinWidth(long i)voidsetWidth(Length l)Lengthwidth()
-
-
-
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)
-
-