public static class EntityGridTableHeaderRenderer.ClusterIcon
extends java.lang.Object
implements javax.swing.Icon
Constructor and Description |
---|
EntityGridTableHeaderRenderer.ClusterIcon() |
Modifier and Type | Method and Description |
---|---|
CorefErrorType |
getErrorType() |
int |
getIconHeight() |
int |
getIconWidth() |
void |
paintIcon(java.awt.Component c,
java.awt.Graphics graphics,
int x,
int y) |
void |
setErrorType(CorefErrorType errorType) |
public EntityGridTableHeaderRenderer.ClusterIcon()
public CorefErrorType getErrorType()
public void setErrorType(CorefErrorType errorType)
errorType
- the errorType to setpublic void paintIcon(java.awt.Component c, java.awt.Graphics graphics, int x, int y)
paintIcon
in interface javax.swing.Icon
Icon.paintIcon(java.awt.Component, java.awt.Graphics, int, int)
public int getIconWidth()
getIconWidth
in interface javax.swing.Icon
Icon.getIconWidth()
public int getIconHeight()
getIconHeight
in interface javax.swing.Icon
Icon.getIconHeight()