public interface AttributeWriteSizeAdvanced extends AttributeWriteSize
size
of an
object.Modifier and Type | Method and Description |
---|---|
void |
setHeightInPercent(double heightInPercent)
|
void |
setHeightInPixel(double heightInPixel)
|
void |
setSize(double width,
double height,
LengthUnit unit)
This method sets the size of this object.
|
void |
setWidthInPercent(double widthInPercent)
|
void |
setWidthInPixel(double widthInPixel)
|
setHeight, setSize, setWidth
getHeight, getWidth
void setHeightInPercent(double heightInPercent)
void setHeightInPixel(double heightInPixel)
void setWidthInPercent(double widthInPercent)
void setWidthInPixel(double widthInPixel)
void setSize(double width, double height, LengthUnit unit)
width
- is the new width
of the object.height
- is the new height
of the object.unit
- is the unit
of width
and height
.AttributeReadSize.getWidth()
,
AttributeReadSize.getHeight()
Copyright © 2001–2016 mmm-Team. All rights reserved.