Class SvgIconUtil.AbstractSvgIcon
java.lang.Object
com.inductiveautomation.ignition.client.icons.SvgIconUtil.AbstractSvgIcon
- All Implemented Interfaces:
- Icon
- Direct Known Subclasses:
- SvgIconUtil.SvgIcon
- Enclosing class:
- SvgIconUtil
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcreateImage(org.w3c.dom.svg.SVGDocument svgDocument) intintvoid
- 
Field Details- 
nodeprotected org.apache.batik.gvt.GraphicsNode node
- 
widthprotected int width
- 
heightprotected int height
- 
swapColor
 
- 
- 
Constructor Details- 
AbstractSvgIconpublic AbstractSvgIcon()
 
- 
- 
Method Details- 
paintIcon
- 
createImageprotected void createImage(org.w3c.dom.svg.SVGDocument svgDocument) 
- 
getIconWidthpublic int getIconWidth()- Specified by:
- getIconWidthin interface- Icon
 
- 
getIconHeightpublic int getIconHeight()- Specified by:
- getIconHeightin interface- Icon
 
 
-