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

com.alee.laf.radiobutton.IAbstractStateButtonPainter Maven / Gradle / Ivy

package com.alee.laf.radiobutton;

import com.alee.laf.button.IAbstractButtonPainter;

import javax.swing.*;
import javax.swing.plaf.ButtonUI;
import java.awt.*;

/**
 * Base interface for {@link JCheckBox}, {@link JRadioButton} and {@link com.alee.extended.checkbox.WebTristateCheckBox} component painters.
 *
 * @param  component type
 * @param  component UI type
 * @author Alexandr Zernov
 */

public interface IAbstractStateButtonPainter extends IAbstractButtonPainter
{
    /**
     * Returns icon bounds.
     *
     * @return icon bounds
     */
    public Rectangle getIconBounds ();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy