Class Padding

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Windows.Forms.Primitives
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Forms.Padding
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • Padding

        public Padding​(java.lang.Object instance)
                throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • Padding

        public Padding()
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Padding

        public Padding​(int left,
                       int top,
                       int right,
                       int bottom)
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Padding

        public Padding​(int all)
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Equals

        public boolean Equals​(Padding other)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Add

        public static Padding Add​(Padding p1,
                                  Padding p2)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Subtract

        public static Padding Subtract​(Padding p1,
                                       Padding p2)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAll

        public int getAll()
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAll

        public void setAll​(int All)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBottom

        public int getBottom()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBottom

        public void setBottom​(int Bottom)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHorizontal

        public int getHorizontal()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLeft

        public int getLeft()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setLeft

        public void setLeft​(int Left)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRight

        public int getRight()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRight

        public void setRight​(int Right)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTop

        public int getTop()
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTop

        public void setTop​(int Top)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVertical

        public int getVertical()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSize

        public Size getSize()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable