Package | Description |
---|---|
com.sun.electric.database.variable |
Package for handling variables.
|
com.sun.electric.tool.user.ui |
Modifier and Type | Method and Description |
---|---|
ScreenPoint |
EditWindow_.databaseToScreen(double dbX,
double dbY) |
Modifier and Type | Method and Description |
---|---|
ScreenPoint |
EditWindow.databaseToScreen(double dbX,
double dbY)
Method to convert a database coordinate to screen coordinates.
|
ScreenPoint |
EditWindow.databaseToScreen(java.awt.geom.Point2D db)
Method to convert a database coordinate to screen coordinates.
|
ScreenPoint |
EditWindow.deltaDatabaseToScreen(double dbDX,
double dbDY)
Method to convert a database distance to a screen distance.
|