Class CoordinateSystem
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.CoordinateSystem
-
public class CoordinateSystem extends Object
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 17.12.2007 Time: 11:20:18
-
-
Constructor Summary
Constructors Constructor Description CoordinateSystem(long size, long min, long max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
clientToScreen(long point)
long
getClientLeft()
long
getClientRight()
long
getClientScreenSize()
long
getScreenRight()
long
getScreenSize()
long
screenToClient(long pixel)
-
-
-
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()
-
-