Class GtkBorder
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.impl.gtk.GtkBorder
-
public final class GtkBorder extends java.lang.Object
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:48:36 $
- Author:
- $Author: l2fprod $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Description of the Method
-
-
-
Constructor Detail
-
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
-
-