Class GFXDevPoint


  • public class GFXDevPoint
    extends java.lang.Object
    Trivial device point class.
    • Field Summary

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

      • Methods inherited from class java.lang.Object

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

      • x

        public final int x
      • y

        public final int y