Package com.inductiveautomation.rm.swing
Class RMIconUtils.CompositeIcon
java.lang.Object
com.inductiveautomation.rm.swing.RMIconUtils.CompositeIcon
- All Implemented Interfaces:
- Icon
- Enclosing class:
- RMIconUtils
An icon implementation that draws two icons.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the height of icon1.intReturns the width of icon1.voidPaints the icons.
- 
Constructor Details- 
CompositeIconCreates a new CompositeIcon.
 
- 
- 
Method Details- 
getIconWidthpublic int getIconWidth()Returns the width of icon1.- Specified by:
- getIconWidthin interface- Icon
 
- 
getIconHeightpublic int getIconHeight()Returns the height of icon1.- Specified by:
- getIconHeightin interface- Icon
 
- 
paintIconPaints the icons.
 
-