| Methods in org.openbp.swing with parameters of type Scalable |
static int |
SwingUtil.applyScale(int coordinate,
boolean scaleToDoc,
Scalable view)
Applies the current scale factor of the view to a coordinate. |
static java.awt.Point |
SwingUtil.applyScale(java.awt.Point p,
boolean scaleToDoc,
Scalable view)
Applies the current scale factor of the view to a point. |
static java.awt.Rectangle |
SwingUtil.applyScale(java.awt.Rectangle r,
boolean scaleToDoc,
Scalable view)
Applies the current scale factor of the view to a rectangle. |