Package org.apache.batik.util.gui
Class DropDownComponent.SmallDisabledDownArrow
- java.lang.Object
-
- org.apache.batik.util.gui.DropDownComponent.SmallDownArrow
-
- org.apache.batik.util.gui.DropDownComponent.SmallDisabledDownArrow
-
- All Implemented Interfaces:
javax.swing.Icon
- Enclosing class:
- DropDownComponent
private static class DropDownComponent.SmallDisabledDownArrow extends DropDownComponent.SmallDownArrow
A disabled small downward-pointing arrow icon.
-
-
Field Summary
-
Fields inherited from class org.apache.batik.util.gui.DropDownComponent.SmallDownArrow
arrowColor
-
-
Constructor Summary
Constructors Constructor Description SmallDisabledDownArrow()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
-
Methods inherited from class org.apache.batik.util.gui.DropDownComponent.SmallDownArrow
getIconHeight, getIconWidth
-
-
-
-
Method Detail
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
- Specified by:
paintIcon
in interfacejavax.swing.Icon
- Overrides:
paintIcon
in classDropDownComponent.SmallDownArrow
-
-