java.lang.Object | |
↳ | sun.swing.icon.SortArrowIcon |
Sorting icon.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
SortArrowIcon . | |||||||||||
Creates a
SortArrowIcon . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the icon's height.
| |||||||||||
Returns the icon's width.
| |||||||||||
Draw the icon at the specified location.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a SortArrowIcon
.
ascending | if true, icon respresenting ascending sort, otherwise descending |
---|---|
color | the color to render the icon |
Creates a SortArrowIcon
.
ascending | if true, icon respresenting ascending sort, otherwise descending |
---|---|
colorKey | the key used to find color in UIManager |
Returns the icon's height.
Returns the icon's width.
Draw the icon at the specified location. Icon implementations may use the Component argument to get properties useful for painting, e.g. the foreground or background color.