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 Summary
Constructors Constructor Description AbstractSvgIcon() 
- 
Method Summary
All 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
- 
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
 paintIconin interfacejavax.swing.Icon
 
- 
createImage
protected void createImage(org.w3c.dom.svg.SVGDocument svgDocument)
 
- 
getIconWidth
public int getIconWidth()
- Specified by:
 getIconWidthin interfacejavax.swing.Icon
 
- 
getIconHeight
public int getIconHeight()
- Specified by:
 getIconHeightin interfacejavax.swing.Icon
 
 - 
 
 -