com.l2fprod.gui.plaf.skin.impl.gtk
Class GtkBorder

java.lang.Object
  extended by 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 $

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

top

public int top
Description of the Field


right

public int right
Description of the Field


bottom

public int bottom
Description of the Field


left

public int left
Description of the Field

Constructor Detail

GtkBorder

public GtkBorder(int top,
                 int right,
                 int bottom,
                 int left)
Constructor for the GtkBorder object

Parameters:
top - Description of Parameter
right - Description of Parameter
bottom - Description of Parameter
left - Description of Parameter

GtkBorder

public GtkBorder()
Constructor for the GtkBorder object

Method Detail

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class java.lang.Object
Returns:
Description of the Returned Value