Package com.inductiveautomation.rm.swing
Class RMIconUtils.SpacerIcon
- java.lang.Object
 - 
- com.inductiveautomation.rm.swing.RMIconUtils.SpacerIcon
 
 
- 
- All Implemented Interfaces:
 javax.swing.Icon
- Enclosing class:
 - RMIconUtils
 
public static class RMIconUtils.SpacerIcon extends java.lang.Object implements javax.swing.IconAn icon implementation that renders a border on another icon. 
- 
- 
Constructor Summary
Constructors Constructor Description SpacerIcon(javax.swing.Icon anIcon, int aWidth, int aHeight)Creates a new SpacerIcon with given width & height. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()Returns height.intgetIconWidth()Returns width.voidpaintIcon(java.awt.Component aComponent, java.awt.Graphics aGraphics, int x, int y)Paints the icon. 
 - 
 
- 
- 
Method Detail
- 
getIconWidth
public int getIconWidth()
Returns width.- Specified by:
 getIconWidthin interfacejavax.swing.Icon
 
- 
getIconHeight
public int getIconHeight()
Returns height.- Specified by:
 getIconHeightin interfacejavax.swing.Icon
 
- 
paintIcon
public void paintIcon(java.awt.Component aComponent, java.awt.Graphics aGraphics, int x, int y)Paints the icon.- Specified by:
 paintIconin interfacejavax.swing.Icon
 
 - 
 
 -