Search this API

y.util
Interface ValueSettable

All Known Subinterfaces:
MutableValue
All Known Implementing Classes:
DefaultMutableValue

public interface ValueSettable

Specifies the contract of modifiable value object.

 

Method Summary
 void setValue(double v)
          Sets the object's data.
 

Method Detail

setValue

void setValue(double v)
Sets the object's data.

Parameters:
v - the new data.

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.