Class CoordinateSystem


  • public class CoordinateSystem
    extends Object
    Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 17.12.2007 Time: 11:20:18
    • Constructor Detail

      • CoordinateSystem

        public CoordinateSystem​(long size,
                                long min,
                                long max)
    • Method Detail

      • clientToScreen

        public long clientToScreen​(long point)
      • screenToClient

        public long screenToClient​(long pixel)
      • getScreenRight

        public long getScreenRight()
      • getScreenSize

        public long getScreenSize()
      • getClientScreenSize

        public long getClientScreenSize()
      • getClientLeft

        public long getClientLeft()
      • getClientRight

        public long getClientRight()