Package editor
Class GosuLabLAF.CheckBoxIcon
- java.lang.Object
-
- editor.GosuLabLAF.CheckBoxIcon
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.Icon,javax.swing.plaf.UIResource
- Enclosing class:
- GosuLabLAF
private static class GosuLabLAF.CheckBoxIcon extends java.lang.Object implements javax.swing.Icon, javax.swing.plaf.UIResource, java.io.Serializable
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCheckBoxIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddrawCheck(java.awt.Component c, java.awt.Graphics g, int x, int y)protected intgetControlSize()intgetIconHeight()intgetIconWidth()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
-
-
-
Method Detail
-
getControlSize
protected int getControlSize()
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
paintIconin interfacejavax.swing.Icon
-
drawCheck
protected void drawCheck(java.awt.Component c, java.awt.Graphics g, int x, int y)
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfacejavax.swing.Icon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfacejavax.swing.Icon
-
-