public interface AttributeWriteMinimumSize extends AttributeReadMinimumSize
minimum size
of
an object.Modifier and Type | Method and Description |
---|---|
void |
setMinimumHeight(Length minHeight)
This method sets the
minimum height of this object. |
void |
setMinimumSize(Length minWidth,
Length minHeight)
This method sets the size of this object.
|
void |
setMinimumWidth(Length minWidth)
This method sets the
minimum width of this object. |
getMinimumHeight, getMinimumWidth
void setMinimumWidth(Length minWidth)
minimum width
of this object.minWidth
- is the new minimum width
.void setMinimumHeight(Length minHeight)
minimum height
of this object.minHeight
- is the new minimum height
.void setMinimumSize(Length minWidth, Length minHeight)
minWidth
- is the new width
of the object.minHeight
- is the new height
of the object.AttributeReadMinimumSize.getMinimumWidth()
,
AttributeReadMinimumSize.getMinimumHeight()
Copyright © 2001–2016 mmm-Team. All rights reserved.