|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.gui.plaf.skin.impl.gtk.GtkBorder
public final class GtkBorder
Field Summary | |
---|---|
int |
bottom
Description of the Field |
int |
left
Description of the Field |
int |
right
Description of the Field |
int |
top
Description of the Field |
Constructor Summary | |
---|---|
GtkBorder()
Constructor for the GtkBorder object |
|
GtkBorder(int top,
int right,
int bottom,
int left)
Constructor for the GtkBorder object |
Method Summary | |
---|---|
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int top
public int right
public int bottom
public int left
Constructor Detail |
---|
public GtkBorder(int top, int right, int bottom, int left)
top
- Description of Parameterright
- Description of Parameterbottom
- Description of Parameterleft
- Description of Parameterpublic GtkBorder()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |