Coordinates

org.nlogo.awt.Coordinates
object Coordinates

Attributes

Source
Coordinates.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def convertPointToScreen(p: Point, c: Component): Point

Converts point from a component's coordinate system to screen coordinates. Always returns a freshly constructed Point object.

Converts point from a component's coordinate system to screen coordinates. Always returns a freshly constructed Point object.

Attributes

Source
Coordinates.scala
def getLocationOnScreen(c: Component): Point

Returns the location of a component on the screen.

Returns the location of a component on the screen.

Attributes

Source
Coordinates.scala