Class GtkBorder
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.gtk.GtkBorder
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:48:36 $
- Author:
- $Author: l2fprod $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
top
public int topDescription of the Field -
right
public int rightDescription of the Field -
bottom
public int bottomDescription of the Field -
left
public int leftDescription of the Field
-
-
Constructor Details
-
GtkBorder
public GtkBorder(int top, int right, int bottom, int left) Constructor for the GtkBorder object- Parameters:
top
- Description of Parameterright
- Description of Parameterbottom
- Description of Parameterleft
- Description of Parameter
-
GtkBorder
public GtkBorder()Constructor for the GtkBorder object
-
-
Method Details