public class TableHeaderRenderer.NullIcon extends Object implements Icon
| 构造器和说明 |
|---|
NullIcon() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getIconHeight()
Returns the icon's height.
|
int |
getIconWidth()
Returns the icon's width.
|
void |
paintIcon(Component pComponent,
Graphics pGraphics,
int pX,
int pY)
Draw the icon at the specified location.
|
public int getIconHeight()
getIconHeight 在接口中 Iconpublic int getIconWidth()
getIconWidth 在接口中 Iconpublic void paintIcon(Component pComponent, Graphics pGraphics, int pX, int pY)
paintIcon 在接口中 IconpComponent - the componentpGraphics - the graphicspX - x positionpY - y positionIcon.paintIcon(Component, Graphics, int, int)Copyright © 2023 onecode. All rights reserved.