Package org.apache.batik.swing
Class JSVGCanvasBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.apache.batik.swing.JSVGCanvasBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class JSVGCanvasBeanInfo extends java.beans.SimpleBeanInfoABeanInfofor theJSVGCanvas.- Version:
- $Id: JSVGCanvasBeanInfo.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description protected java.awt.ImageiconColor16x16A color 16x16 icon.protected java.awt.ImageiconColor32x32A color 32x32 icon.protected java.awt.ImageiconMono16x16A greyscale 16x16 icon.protected java.awt.ImageiconMono32x32A greyscale 32x32 icon.
-
Constructor Summary
Constructors Constructor Description JSVGCanvasBeanInfo()Constructs a newBeanInfofor aJSVGCanvas.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ImagegetIcon(int iconType)Returns an icon for the specified type.
-
-
-
Field Detail
-
iconColor16x16
protected java.awt.Image iconColor16x16
A color 16x16 icon.
-
iconMono16x16
protected java.awt.Image iconMono16x16
A greyscale 16x16 icon.
-
iconColor32x32
protected java.awt.Image iconColor32x32
A color 32x32 icon.
-
iconMono32x32
protected java.awt.Image iconMono32x32
A greyscale 32x32 icon.
-
-