Package repast.simphony.gis.legend
Class LegendCellRenderer
java.lang.Object
repast.simphony.gis.legend.LegendCellRenderer
- All Implemented Interfaces:
TreeCellRenderer
Deprecated.
2D piccolo based code is being removed
Renderer for drawing the cells in a Legend tree. This class delegates the
actual rendering to one of the specific renderers that draw the particular
types of nodes included in a legend tree.
- Version:
- $Revision: 1.7 $
- Author:
- $Author: howe $
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTreeCellRendererComponent
(JTree tree, Object value, boolean sel, boolean expanded, boolean leav, int row, boolean hasFocus) Deprecated.Render the Cell in the Legend tree.
-
Constructor Details
-
LegendCellRenderer
public LegendCellRenderer()Deprecated.
-
-
Method Details
-
getTreeCellRendererComponent
public Component getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leav, int row, boolean hasFocus) Deprecated.Render the Cell in the Legend tree.- Specified by:
getTreeCellRendererComponent
in interfaceTreeCellRenderer
-