Class SvgIconUtil.AbstractSvgIcon
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.icons.SvgIconUtil.AbstractSvgIcon
 
- 
- All Implemented Interfaces:
- javax.swing.Icon
 - Direct Known Subclasses:
- SvgIconUtil.SvgIcon
 - Enclosing class:
- SvgIconUtil
 
 public abstract static class SvgIconUtil.AbstractSvgIcon extends java.lang.Object implements javax.swing.Icon
- 
- 
Constructor SummaryConstructors Constructor Description AbstractSvgIcon()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateImage(org.w3c.dom.svg.SVGDocument svgDocument)intgetIconHeight()intgetIconWidth()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
 
- 
- 
- 
Method Detail- 
paintIconpublic void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
- paintIconin interface- javax.swing.Icon
 
 - 
createImageprotected void createImage(org.w3c.dom.svg.SVGDocument svgDocument) 
 - 
getIconWidthpublic int getIconWidth() - Specified by:
- getIconWidthin interface- javax.swing.Icon
 
 - 
getIconHeightpublic int getIconHeight() - Specified by:
- getIconHeightin interface- javax.swing.Icon
 
 
- 
 
-