|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.lookandfeel.SIPCommLFUtils
public class SIPCommLFUtils
The SIPCommLFUtils is an utility class helping in drawing some
| Constructor Summary | |
|---|---|
SIPCommLFUtils()
|
|
| Method Summary | |
|---|---|
(package private) static void |
drawBoldRoundBorder(Graphics g,
int x,
int y,
int w,
int h,
int r1,
int r2)
Draws the "Bold Round Disabled Border" which is used throughout the SIPComm L&F. |
(package private) static void |
drawRoundBorder(Graphics g,
int x,
int y,
int w,
int h,
int r1,
int r2)
Draws the "Round Border" which is used throughout the SIPComm L&F |
(package private) static void |
drawRoundDisabledBorder(Graphics g,
int x,
int y,
int w,
int h,
int r1,
int r2)
Draws the "Round Disabled Border" which is used throughout the SIPComm L&F. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SIPCommLFUtils()
| Method Detail |
|---|
static void drawRoundBorder(Graphics g,
int x,
int y,
int w,
int h,
int r1,
int r2)
g - the Graphics object used for paintingx - the x coordinate to start the bordery - the y coordinate to start the borderw - the width of the borderh - the height of the borderr1 - the arc widthr2 - the arc height
static void drawRoundDisabledBorder(Graphics g,
int x,
int y,
int w,
int h,
int r1,
int r2)
g - the Graphics object used for paintingx - the x coordinate to start the bordery - the y coordinate to start the borderw - the width of the borderh - the height of the borderr1 - the arc widthr2 - the arc height
static void drawBoldRoundBorder(Graphics g,
int x,
int y,
int w,
int h,
int r1,
int r2)
g - the Graphics object used for paintingx - the x coordinate to start the bordery - the y coordinate to start the borderw - the width of the borderh - the height of the borderr1 - the arc widthr2 - the arc height
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||