Class Bounds


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

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

      Constructors 
      Constructor Description
      Bounds()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Bounds fromJson​(java.lang.String json)  
      java.lang.String toJson()
      Method convert object to string in json format
      • Methods inherited from class java.lang.Object

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

      • x

        public int x
      • y

        public int y
      • width

        public int width
      • height

        public int height
    • Constructor Detail

      • Bounds

        public Bounds()
    • Method Detail

      • toJson

        public java.lang.String toJson()
        Method convert object to string in json format
        Returns:
        string in json format
      • fromJson

        public static Bounds fromJson​(java.lang.String json)