Package com.inductiveautomation.rm.swing
Class RMIconUtils.CompositeIcon2
java.lang.Object
com.inductiveautomation.rm.swing.RMIconUtils.CompositeIcon2
- All Implemented Interfaces:
- Icon
- Enclosing class:
- RMIconUtils
An icon implementation that draws two icons.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdds an icon at x y.intReturns the height of icon1.intReturns the width of icon1.voidPaints the icons.
- 
Constructor Details- 
CompositeIcon2Creates a new CompositeIcon.
 
- 
- 
Method Details- 
addIconAdds an icon at x y.
- 
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.
 
-