public interface Translatable
Modifier and Type | Method and Description |
---|---|
void |
performScale(double factor)
Scales this object by the scale factor.
|
void |
performTranslate(int dx,
int dy)
Translates this object horizontally by
dx and vertically by
dy . |
void performTranslate(int dx, int dy)
dx
and vertically by
dy
.dx
- The amount to translate horizontallydy
- The amount to translate verticallyvoid performScale(double factor)
factor
- The scale factorCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.