DropDownPropertyEditor.MyArrowIcon Class
- public class DropDownPropertyEditor.MyArrowIcon
extends Object
-
Hierarchy
-
Object
DropDownPropertyEditor.MyArrowIcon
-
Enclosing class
-
DropDownPropertyEditor
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
arrowPolygon
protected Polygon
arrowPolygon
DropDownPropertyEditor.MyArrowIcon
public DropDownPropertyEditor.MyArrowIcon()
DropDownPropertyEditor.MyArrowIcon
public DropDownPropertyEditor.MyArrowIcon(int orientation)
getBorderColor() Method
public Color
getBorderColor()
Returns this icon's border color.
Related Topics
DropDownPropertyEditor.MyArrowIcon.setBorderColor(Color)
getIconHeight() Method
public int getIconHeight()
Returns this icon's height (in pixels).
getIconWidth() Method
public int getIconWidth()
Returns this icon's width (in pixels).
getOrientation() Method
public int getOrientation()
Returns this icon's orientation.
paintIcon(Component, Graphics, int, int) Method
public void paintIcon(Component
component,
Graphics
graphics,
int x,
int y)
setBorderColor(Color) Method
public void setBorderColor(Color
borderColor)
Set the color for the button border.
setGlyphColor(Color) Method
public void setGlyphColor(Color
glyphColor)
setInteriorColor(Color) Method
public void setInteriorColor(Color
interiorColor)
setOrientation(int) Method
public void setOrientation(int orientation)
setPaintGlyph(boolean) Method
public void setPaintGlyph(boolean paintGlyph)