Package org.cytoscape.util.swing
Class TextIcon
- java.lang.Object
-
- org.cytoscape.util.swing.TextIcon
-
-
Constructor Summary
Constructors Constructor Description TextIcon(String[] texts, Font[] fonts, int width, int height)
The icon color is the target component's foreground.TextIcon(String[] texts, Font[] fonts, Color[] colors, int width, int height)
TextIcon(String[] texts, Font[] fonts, Color[] colors, int width, int height, Integer... disabledLayers)
TextIcon(String[] texts, Font font, int width, int height)
The icon color is the target component's foreground.TextIcon(String[] texts, Font font, Color[] colors, int width, int height)
TextIcon(String[] texts, Font font, Color[] colors, int width, int height, Integer... disabledLayers)
TextIcon(String text, Font font, int width, int height)
The icon color is the target component's foreground.TextIcon(String text, Font font, Color color, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIconHeight()
int
getIconWidth()
void
paintIcon(Component c, Graphics g, int x, int y)
-
-
-
Constructor Detail
-
TextIcon
public TextIcon(String text, Font font, int width, int height)
The icon color is the target component's foreground.
-
TextIcon
public TextIcon(String[] texts, Font font, int width, int height)
The icon color is the target component's foreground.
-
TextIcon
public TextIcon(String[] texts, Font font, Color[] colors, int width, int height, Integer... disabledLayers)
- Parameters:
texts
-font
-colors
-width
-height
-disabledLayers
- The indexes of the layers that must be transparent when the target component is disabled.
-
TextIcon
public TextIcon(String[] texts, Font[] fonts, int width, int height)
The icon color is the target component's foreground.
-
-
Method Detail
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
-