Module mslinks
Package mslinks.data

Class Size

    • Field Summary

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

      Constructors 
      Constructor Description
      Size()  
      Size​(int _x, int _y)  
    • Field Detail

      • x

        private int x
      • y

        private int y
    • Constructor Detail

      • Size

        public Size()
      • Size

        public Size​(int _x,
                    int _y)
    • Method Detail

      • getX

        public int getX()
      • setX

        public Size setX​(int x)
      • getY

        public int getY()
      • setY

        public Size setY​(int y)
      • serialize

        public void serialize​(ByteWriter bw)
                       throws java.io.IOException
        Specified by:
        serialize in interface Serializable
        Throws:
        java.io.IOException