All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jdesktop.swingx.painter.PinstripePainterBeanInfo Maven / Gradle / Ivy

The newest version!
package org.jdesktop.swingx.painter;

import org.jdesktop.beans.BeanInfoSupport;
import org.jdesktop.beans.editors.Paint2PropertyEditor;

/**
 * BeanInfo of PinstripePainter.
 *
 * @author Richard
 */
public class PinstripePainterBeanInfo extends BeanInfoSupport {
    
    /** Creates a new instance of PinstripePainterBeanInfo */
    public PinstripePainterBeanInfo() {
        super(PinstripePainter.class);
    }

    @Override
    protected void initialize() {
        setPreferred(true, "angle", "spacing", "paint");
        setPropertyEditor(Paint2PropertyEditor.class, "paint");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy