Class AVEdgeWidths


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double bottom()  
      double left()  
      double right()  
      void setBottom​(double value)  
      void setLeft​(double value)  
      void setRight​(double value)  
      void setTop​(double value)  
      double top()  
      • 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

      • AVEdgeWidths

        public AVEdgeWidths()
      • AVEdgeWidths

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

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

      • left

        public double left()
      • setLeft

        public void setLeft​(double value)
      • top

        public double top()
      • setTop

        public void setTop​(double value)
      • right

        public double right()
      • setRight

        public void setRight​(double value)
      • bottom

        public double bottom()
      • setBottom

        public void setBottom​(double value)