public abstract class TemplatePosition extends Object
| Constructor and Description |
|---|
TemplatePosition() |
| Modifier and Type | Method and Description |
|---|---|
abstract TemplatePosition |
scale(double factor)
Creates a copy of the current position with all coordinates scaled by the given factor.
|
public abstract TemplatePosition scale(double factor)
factor - The scaling factor.TemplatePosition with scaled coordinates.Copyright © 2026. All rights reserved.