public interface AttributeWriteVolume extends AttributeReadVolume
volume
attribute of an object.Modifier and Type | Method and Description |
---|---|
void |
setVolume(double volume)
This method sets the
volume attribute programatically. |
getVolume
void setVolume(double volume) throws ValueOutOfRangeException
volume
attribute programatically.volume
- is the new value of AttributeReadVolume.getVolume()
.ValueOutOfRangeException
- if the given volume is NOT in the inclusive range from 0.0
to 1.0
.AttributeReadVolume.getVolume()
Copyright © 2001–2016 mmm-Team. All rights reserved.