Package org.apache.batik.swing
Class JSVGCanvasBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
org.apache.batik.swing.JSVGCanvasBeanInfo
- All Implemented Interfaces:
BeanInfo
A
BeanInfo
for the JSVGCanvas
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Image
A color 16x16 icon.protected Image
A color 32x32 icon.protected Image
A greyscale 16x16 icon.protected Image
A greyscale 32x32 icon.Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
-
Field Details
-
iconColor16x16
A color 16x16 icon. -
iconMono16x16
A greyscale 16x16 icon. -
iconColor32x32
A color 32x32 icon. -
iconMono32x32
A greyscale 32x32 icon.
-
-
Constructor Details
-
JSVGCanvasBeanInfo
public JSVGCanvasBeanInfo()Constructs a newBeanInfo
for aJSVGCanvas
.
-
-
Method Details
-
getIcon
Returns an icon for the specified type.- Specified by:
getIcon
in interfaceBeanInfo
- Overrides:
getIcon
in classSimpleBeanInfo
-