Class NSRect


  • public class NSRect
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double height  
      static int sizeof  
      double width  
      double x  
      double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      NSRect()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        public double x
      • y

        public double y
      • width

        public double width
      • height

        public double height
      • sizeof

        public static final int sizeof
    • Constructor Detail

      • NSRect

        public NSRect()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object