public interface AttributeWriteMaximumSize extends AttributeReadMaximumSize
maximum size
of
an object.Modifier and Type | Method and Description |
---|---|
void |
setMaximumHeight(Length maxHeight)
This method sets the
maximum height of this object. |
void |
setMaximumSize(Length maxWidth,
Length maxHeight)
This method sets the size of this object.
|
void |
setMaximumWidth(Length maxWidth)
This method sets the
maximum width of this object. |
getMaximumHeight, getMaximumWidth
void setMaximumWidth(Length maxWidth)
maximum width
of this object.maxWidth
- is the new maximum width
.void setMaximumHeight(Length maxHeight)
maximum height
of this object.maxHeight
- is the new maximum height
.void setMaximumSize(Length maxWidth, Length maxHeight)
maxWidth
- is the new width
of the object.maxHeight
- is the new height
of the object.AttributeReadMaximumSize.getMaximumWidth()
,
AttributeReadMaximumSize.getMaximumHeight()
Copyright © 2001–2016 mmm-Team. All rights reserved.