Class 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

      Fields 
      Modifier and Type Field Description
      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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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