public interface AttributeWriteLengthProperty extends AttributeReadLengthProperty
length
of an object.Modifier and Type | Method and Description |
---|---|
void |
setLength(LengthProperty property,
Length length)
This method sets the specified
length of this object. |
getLength
void setLength(LengthProperty property, Length length)
length
of this object. setLength
(LengthProperty.WIDTH
, value)
will return the same result as setWidth
(value)
.property
- is the LengthProperty
identifying the actual property to set.length
- is the new length
to set.Copyright © 2001–2016 mmm-Team. All rights reserved.