org.jdesktop.swingx.painter.MattePainterBeanInfo Maven / Gradle / Ivy
package org.jdesktop.swingx.painter;
import org.jdesktop.beans.BeanInfoSupport;
/**
* BeanInfo of MattePainter.
*
* @author joshy, Jan Stola
*/
public class MattePainterBeanInfo extends BeanInfoSupport {
/** Creates a new instance of MattePainterBeanInfo */
public MattePainterBeanInfo() {
super(MattePainter.class);
}
@Override
protected void initialize() {
setPreferred(true, "fillPaint");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy