|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GScalable
Specifies the characteristics of a graphical object that supports the
scale method.
| Method Summary | |
|---|---|
void |
scale(double sf)
Scales the object on the screen by the scale factor sf, which applies
in both dimensions. |
void |
scale(double sx,
double sy)
Scales the object on the screen by the scale factors sx and sy. |
| Method Detail |
|---|
void scale(double sf)
sf, which applies
in both dimensions.
sf - The factor used to scale all coordinates in both dimensions
void scale(double sx,
double sy)
sx and sy.
sx - The factor used to scale all coordinates in the x directionsy - The factor used to scale all coordinates in the y direction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||