Java Platform 1.2
Beta 4

Class com.sun.java.swing.text.html.ListView

java.lang.Object
  |
  +--com.sun.java.swing.text.View
        |
        +--com.sun.java.swing.text.CompositeView
              |
              +--com.sun.java.swing.text.BoxView
                    |
                    +--com.sun.java.swing.text.html.BlockView
                          |
                          +--com.sun.java.swing.text.html.ListView

public class ListView
extends BlockView
A view implementation to display an html list


Fields inherited from class com.sun.java.swing.text.View
BadBreakWeight , ExcellentBreakWeight , ForcedBreakWeight , GoodBreakWeight , X_AXIS , Y_AXIS
 
Constructor Summary
ListView(Element elem)
          Creates a new view that represents a list element.
 
Method Summary
 float getAlignment(int axis)
          Calculates the desired shape of the list.
protected  void paintChild(Graphics g, Rectangle alloc, int index)
          Paints one of the children; called by paint().
 
Methods inherited from class com.sun.java.swing.text.html.BlockView
getAttributes , getResizeWeight , getStyleSheet , paint , setPropertiesFromAttributes
 
Methods inherited from class com.sun.java.swing.text.BoxView
baselineLayout , baselineRequirements , calculateMajorAxisRequirements , calculateMinorAxisRequirements , changedUpdate , childAllocation , getHeight , getMaximumSpan , getMinimumSpan , getOffset , getPreferredSpan , getSpan , getViewAtPoint , getWidth , insertUpdate , isAfter , isAllocationValid , isBefore , layout , layoutMajorAxis , layoutMinorAxis , modelToView , preferenceChanged , removeUpdate , replace , setSize , viewToModel
 
Methods inherited from class com.sun.java.swing.text.CompositeView
append , getBottomInset , getChildAllocation , getInsideAllocation , getLeftInset , getRightInset , getTopInset , getView , getViewAtPosition , getViewCount , insert , loadChildren , removeAll , setInsets , setParagraphInsets , setParent
 
Methods inherited from class com.sun.java.swing.text.View
breakView , createFragment , getBreakWeight , getContainer , getDocument , getElement , getEndOffset , getNextVisualPositionFrom , getParent , getStartOffset , getViewFactory , modelToView , viewToModel
 
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

Constructor Detail

ListView

public ListView(Element elem)
Creates a new view that represents a list element.
Parameters:
elem - the element to create a view for
Method Detail

getAlignment

public float getAlignment(int axis)
Calculates the desired shape of the list.
Returns:
the desired span
Overrides:
getAlignment in class BlockView
See Also:
View.getPreferredSpan(int)

paintChild

protected void paintChild(Graphics g,
                          Rectangle alloc,
                          int index)
Paints one of the children; called by paint(). By default that is all it does, but a subclass can use this to paint things relative to the child.
Parameters:
g - the graphics context
alloc - the allocated region to render the child into
index - the index of the child
Overrides:
paintChild in class BoxView

Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.