Class JSVGCanvasBeanInfo

  • All Implemented Interfaces:
    java.beans.BeanInfo

    public class JSVGCanvasBeanInfo
    extends java.beans.SimpleBeanInfo
    A BeanInfo for the JSVGCanvas.
    • 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.
      • Fields inherited from interface java.beans.BeanInfo

        ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
    • Constructor Summary

      Constructors 
      Constructor Description
      JSVGCanvasBeanInfo()
      Constructs a new BeanInfo for a JSVGCanvas.
    • 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.
      • Methods inherited from class java.beans.SimpleBeanInfo

        getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • JSVGCanvasBeanInfo

        public JSVGCanvasBeanInfo()
        Constructs a new BeanInfo for a JSVGCanvas.
    • Method Detail

      • getIcon

        public java.awt.Image getIcon​(int iconType)
        Returns an icon for the specified type.
        Specified by:
        getIcon in interface java.beans.BeanInfo
        Overrides:
        getIcon in class java.beans.SimpleBeanInfo