Package com.bookmap.js.api
Class IndicatorPropertiesExperimental
java.lang.Object
com.bookmap.js.api.IndicatorProperties
com.bookmap.js.api.IndicatorPropertiesExperimental
public class IndicatorPropertiesExperimental extends IndicatorProperties
-
Constructor Summary
Constructors Constructor Description IndicatorPropertiesExperimental()
-
Method Summary
Modifier and Type Method Description java.util.function.BiFunction<java.lang.Double,java.lang.Double,java.lang.Double>
getAggregationFunction()
boolean
isFullClearOnly()
boolean
isShowLineByDefault()
boolean
isShowWidgetByDefault()
IndicatorPropertiesExperimental
setAggregationFunction(java.util.function.BiFunction<java.lang.Double,java.lang.Double,java.lang.Double> aggregationFunction)
IndicatorPropertiesExperimental
setFullClearOnly(boolean fullClearOnly)
IndicatorPropertiesExperimental
setShowLineByDefault(boolean showLineByDefault)
IndicatorPropertiesExperimental
setShowWidgetByDefault(boolean showWidgetByDefault)
Methods inherited from class com.bookmap.js.api.IndicatorProperties
getGraphType, getInitialValue, getName, getSensitivity, isModifiable, setGraphType, setInitialValue, setModifiable, setName, setSensitivity
-
Constructor Details
-
IndicatorPropertiesExperimental
public IndicatorPropertiesExperimental()
-
-
Method Details
-
isShowLineByDefault
public boolean isShowLineByDefault()- Returns:
- the showLineByDefault
-
setShowLineByDefault
- Parameters:
showLineByDefault
- the showLineByDefault to set- Returns:
- itself
-
isShowWidgetByDefault
public boolean isShowWidgetByDefault()- Returns:
- the showWidgetByDefault
-
setShowWidgetByDefault
- Parameters:
showWidgetByDefault
- the showWidgetByDefault to set- Returns:
- itself
-
isFullClearOnly
public boolean isFullClearOnly()- Returns:
- the fullClearOnly
-
setFullClearOnly
- Parameters:
fullClearOnly
- the fullClearOnly to set- Returns:
- itself
-
getAggregationFunction
public java.util.function.BiFunction<java.lang.Double,java.lang.Double,java.lang.Double> getAggregationFunction()- Returns:
- the aggregationFunction
-
setAggregationFunction
public IndicatorPropertiesExperimental setAggregationFunction(java.util.function.BiFunction<java.lang.Double,java.lang.Double,java.lang.Double> aggregationFunction)- Parameters:
aggregationFunction
- the aggregationFunction to set- Returns:
- itself
-