Class Thickness

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: PresentationFramework
        See Also:
        Constant Field Values
      • className

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

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

      • Thickness

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

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

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

        public Thickness​(double uniformLength)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Equals

        public boolean Equals​(Thickness thickness)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBottom

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

        public void setBottom​(double Bottom)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLeft

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

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

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

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

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

        public void setTop​(double Top)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable