Class GtkBorder

java.lang.Object
com.l2fprod.gui.plaf.skin.impl.gtk.GtkBorder

public final class GtkBorder extends Object
Version:
$Revision: 1.2 $, $Date: 2003/12/06 21:48:36 $
Author:
$Author: l2fprod $
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Description of the Field
    int
    Description of the Field
    int
    Description of the Field
    int
    Description of the Field
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for the GtkBorder object
    GtkBorder(int top, int right, int bottom, int left)
    Constructor for the GtkBorder object
  • Method Summary

    Modifier and Type
    Method
    Description
    Description of the Method

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • top

      public int top
      Description of the Field
    • bottom

      public int bottom
      Description of the Field
    • left

      public int left
      Description 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 Parameter
      right - Description of Parameter
      bottom - Description of Parameter
      left - Description of Parameter
    • GtkBorder

      public GtkBorder()
      Constructor for the GtkBorder object
  • Method Details

    • toString

      public String toString()
      Description of the Method
      Overrides:
      toString in class Object
      Returns:
      Description of the Returned Value