public interface AttributeWriteSize extends AttributeReadSize
size
(consisting of
width
and height
) of an object.Modifier and Type | Method and Description |
---|---|
void |
setHeight(Length height)
This method sets the
height of this object. |
void |
setSize(Length width,
Length height)
This method sets the size of this object.
|
void |
setWidth(Length width)
This method sets the
width of this object. |
getHeight, getWidth
void setWidth(Length width)
width
of this object.width
- is the new width
.void setHeight(Length height)
height
of this object.height
- is the new height
.void setSize(Length width, Length height)
width
- is the new width
of the object.height
- is the new height
of the object.AttributeReadSize.getWidth()
,
AttributeReadSize.getHeight()
Copyright © 2001–2016 mmm-Team. All rights reserved.