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.


Field Summary
static int WorstAdjustmentWeight
           
 
Method Summary
 int getAdjustmentWeight()
           
 int getCount()
           
 float getLeadingCollapseSpan()
           
 float getMaximumSpan(float parentSpan)
           
 float getMinimumSpan(float parentSpan)
           
 int getOffset()
           
 float getPreferredSpan(float parentSpan)
           
 int getSpan()
           
 float getTrailingCollapseSpan()
           
 void setIndex(int i)
           
 void setOffset(int offs)
           
 void setSpan(int span)
           
 

Field Detail

WorstAdjustmentWeight

public static final int WorstAdjustmentWeight
See Also:
Constant Field Values
Method Detail

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()