|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.swing.visuals.BasicTriStateCheckBoxIcon
public class BasicTriStateCheckBoxIcon
TriStateCheckboxIcon implementation for BasicUI
Constructor Summary | |
---|---|
BasicTriStateCheckBoxIcon()
|
Method Summary | |
---|---|
protected void |
drawBox(java.awt.Graphics g,
int x,
int y,
int width,
int height)
Draw a 3D rectangle like the Windows CheckBox control. |
protected void |
drawCheck(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
Draw a check like the Windows CheckBox control. |
protected int |
getControlSize()
Return the size of the icon. |
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
Draw the TriStateCheckBox. |
Constructor Detail |
---|
public BasicTriStateCheckBoxIcon()
Method Detail |
---|
protected int getControlSize()
getControlSize
in class javax.swing.plaf.metal.MetalCheckBoxIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
paintIcon
in interface javax.swing.Icon
paintIcon
in class javax.swing.plaf.metal.MetalCheckBoxIcon
protected void drawCheck(java.awt.Component c, java.awt.Graphics g, int x, int y)
drawCheck
in class javax.swing.plaf.metal.MetalCheckBoxIcon
protected void drawBox(java.awt.Graphics g, int x, int y, int width, int height)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |