javax.swing.text.html
Interface CSS.LayoutIterator
- All Known Implementing Classes:
- TableView.ColumnIterator, TableView.RowIterator
- Enclosing interface:
- CSS
- static interface CSS.LayoutIterator
An iterator to express the requirements to use when computing
layout.
WorstAdjustmentWeight
public static final int WorstAdjustmentWeight
- See Also:
- Constant Field Values
setOffset
public void setOffset(int offs)
getOffset
public int getOffset()
setSpan
public void setSpan(int span)
getSpan
public int getSpan()
getCount
public int getCount()
setIndex
public void setIndex(int i)
getMinimumSpan
public float getMinimumSpan(float parentSpan)
getPreferredSpan
public float getPreferredSpan(float parentSpan)
getMaximumSpan
public float getMaximumSpan(float parentSpan)
getAdjustmentWeight
public int getAdjustmentWeight()
getLeadingCollapseSpan
public float getLeadingCollapseSpan()
getTrailingCollapseSpan
public float getTrailingCollapseSpan()