|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GResizable
Specifies the characteristics of a graphical object that supports the
setSize
and setBounds
methods.
Method Summary | |
---|---|
void |
setBounds(double x,
double y,
double width,
double height)
|
void |
setBounds(GRectangle bounds)
GRectangle . |
void |
setSize(double width,
double height)
|
void |
setSize(GDimension size)
GDimension
object. |
Method Detail |
---|
void setBounds(double x,
double y,
double width,
double height)
Usage: | gobj.setBounds(x, y, width, height); | ||||||||
Parameters: |
|
void setBounds(GRectangle bounds)
GRectangle
.
Usage: | gobj.setBounds(bounds); | ||
Parameter: |
|
void setSize(double width,
double height)
Usage: | gobj.setSize(width, height); | ||||
Parameters: |
|
void setSize(GDimension size)
GDimension
object.
Usage: | gobj.setSize(size); | ||
Parameter: |
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |