Class UIEdgeInsets


  • public final class UIEdgeInsets
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        UIEdgeInsets()  
        UIEdgeInsets​(double top, double left, double bottom, double right)  
      protected UIEdgeInsets​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double bottom()
      specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      double left()
      specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      double right()
      specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      void setBottom​(double value)
      specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      void setLeft​(double value)
      specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      void setRight​(double value)
      specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      void setTop​(double value)
      specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      double top()
      specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UIEdgeInsets

        public UIEdgeInsets()
      • UIEdgeInsets

        protected UIEdgeInsets​(org.moe.natj.general.Pointer peer)
      • UIEdgeInsets

        public UIEdgeInsets​(double top,
                            double left,
                            double bottom,
                            double right)
    • Method Detail

      • top

        public double top()
        specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      • setTop

        public void setTop​(double value)
        specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      • left

        public double left()
        specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      • setLeft

        public void setLeft​(double value)
        specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      • bottom

        public double bottom()
        specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      • setBottom

        public void setBottom​(double value)
        specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      • right

        public double right()
        specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
      • setRight

        public void setRight​(double value)
        specify amount to inset (positive) for each of the edges. values can be negative to 'outset'