|
|||||||||
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)
sf , which applies
in both dimensions. |
void |
scale(double sx,
double sy)
sx and sy . |
Method Detail |
---|
void scale(double sf)
sf
, which applies
in both dimensions.
Usage: | gobj.scale(sf); | ||
Parameter: |
|
void scale(double sx,
double sy)
sx
and sy
.
Usage: | gobj.scale(sx, sy); | ||||
Parameters: |
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |