All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.basic.BasicTreeUI.BasicTreeUIPaintInfo

java.lang.Object
    |
    +----java.awt.swing.basic.BasicTreeUI.BasicTreeUIPaintInfo

public static class BasicTreeUI.BasicTreeUIPaintInfo
extends Object
BasicTreeUIPaintInfo is used during a painting session for largeModels.


Variable Index

 o collapsedIcon
 o expandedIcon
 o g
 o halfRowHeight
 o hashColor
 o leadIndex
 o levelOffset
 o rChildIndent
 o renderer
 o rowHeight
 o totalIndent
 o tree
 o treeModel

Constructor Index

 o BasicTreeUI.BasicTreeUIPaintInfo(BasicTreeUI, Graphics)

Method Index

 o reset(BasicTreeUI, Graphics)

Variables

 o g
public Graphics g
 o renderer
public TreeCellRenderer renderer
 o totalIndent
public int totalIndent
 o hashColor
public Color hashColor
 o halfRowHeight
public int halfRowHeight
 o levelOffset
public int levelOffset
 o expandedIcon
public Icon expandedIcon
 o collapsedIcon
public Icon collapsedIcon
 o rChildIndent
public int rChildIndent
 o rowHeight
public int rowHeight
 o tree
public JTree tree
 o treeModel
public TreeModel treeModel
 o leadIndex
public int leadIndex

Constructors

 o BasicTreeUI.BasicTreeUIPaintInfo
public BasicTreeUI.BasicTreeUIPaintInfo(BasicTreeUI ui,
                                        Graphics g)

Methods

 o reset
public void reset(BasicTreeUI ui,
                  Graphics g)

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature