| java.lang.Object net.infonode.gui.icon.button.TreeIcon
TreeIcon | public class TreeIcon implements Icon(Code) | | author: Jesper Nordenberg version: $Revision: 1.6 $ $Date: 2005/12/04 13:46:03 $ |
Field Summary | |
final public static int | MINUS | final public static int | PLUS |
Constructor Summary | |
public | TreeIcon(int type, int width, int height, boolean border, Color color, Color bgColor) | public | TreeIcon(int type, int width, int height) |
MINUS | final public static int MINUS(Code) | | |
PLUS | final public static int PLUS(Code) | | |
TreeIcon | public TreeIcon(int type, int width, int height, boolean border, Color color, Color bgColor)(Code) | | |
TreeIcon | public TreeIcon(int type, int width, int height)(Code) | | |
getIconHeight | public int getIconHeight()(Code) | | |
getIconWidth | public int getIconWidth()(Code) | | |
|
|