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.SimpleBeanInfo
ABeanInfo
for theJSVGCanvas
.- Version:
- $Id: JSVGCanvasBeanInfo.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description protected java.awt.Image
iconColor16x16
A color 16x16 icon.protected java.awt.Image
iconColor32x32
A color 32x32 icon.protected java.awt.Image
iconMono16x16
A greyscale 16x16 icon.protected java.awt.Image
iconMono32x32
A greyscale 32x32 icon.
-
Constructor Summary
Constructors Constructor Description JSVGCanvasBeanInfo()
Constructs a newBeanInfo
for aJSVGCanvas
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Image
getIcon(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.
-
-