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

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

package org.jdesktop.swingx.painter;

import org.jdesktop.beans.BeanInfoSupport;

/**
 * BeanInfo of RectanglePainter.
 *
 * @author joshy, Jan Stola
 */
public class RectanglePainterBeanInfo extends BeanInfoSupport {
    
    /** Creates a new instance of RectanglePainterBeanInfo */
    public RectanglePainterBeanInfo() {
        super(RectanglePainter.class);
    }
    
    @Override
    protected void initialize() {
        setPreferred(true, "roundHeight", "roundWidth", "rounded");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy