Class NSDirectionalEdgeInsets


  • public final class NSDirectionalEdgeInsets
    extends org.moe.natj.c.StructObject
    • 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 leading()
      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 setLeading​(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'
      void setTrailing​(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'
      double trailing()
      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

      • NSDirectionalEdgeInsets

        public NSDirectionalEdgeInsets()
      • NSDirectionalEdgeInsets

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

        public NSDirectionalEdgeInsets​(double top,
                                       double leading,
                                       double bottom,
                                       double trailing)
    • 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'
      • leading

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

        public void setLeading​(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'
      • trailing

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

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