Class VertexRefPointMapAdapter.PointValue

  • Enclosing class:
    VertexRefPointMapAdapter

    public static final class VertexRefPointMapAdapter.PointValue
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      PointValue()  
    • Method Summary

      • 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
    • Constructor Detail

      • PointValue

        public PointValue()