public class DataItem extends ChartItem
Constructor and Description |
---|
DataItem() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<java.lang.Object>> |
getPlainDataTable() |
double |
getValue()
Returns the value of the data item
|
void |
setValue(double val)
Sets the value of the data item.
|
java.lang.String |
toString()
Returns the textual representation of the data item -
the formatted value.
|
void |
update()
Should be overridden and call setValue(...) if the user has
specified the value for item.
|
getVersion
public void setValue(double val)
val
- the new value of the data itempublic final double getValue()
public java.lang.String toString()
toString
in class java.lang.Object
@AnyLogicInternalAPI public java.util.List<java.util.List<java.lang.Object>> getPlainDataTable()
Copyright © AnyLogic North America, LLC. All Rights Reserved.