| java.lang.Object edu.rice.cs.util.swing.CenteredIcon
CenteredIcon | public class CenteredIcon implements Icon(Code) | | This icon takes the given icon and centers it into a canvas of the given width and height. This is like a canvas
resize for Icons. If the new size is smaller than the icon's size, then the edges of the given icon are clipped.
|
CenteredIcon | public CenteredIcon(Icon base, int width, int height)(Code) | | |
getIconHeight | public int getIconHeight()(Code) | | |
getIconWidth | public int getIconWidth()(Code) | | |
|
|