Overload | Description |
---|---|
Scale(Point2D,Double) | Scales X and Y coordinates of a point by the specified scaleFactor. |
Scale(Double) | Scales X and Y coordinates of a point by the specified scaleFactor. |
Scale(Point2D,Double,Double) | Scales X and Y coordinates of a point by the specified scaleX and scaleY. |
Scale(Double,Double) | Scales X and Y coordinates of a point by the specified scaleX and scaleY. |