OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.chart.AQFunctionParameter

Packages that use AQFunctionParameter
com.aquafold.openapi.chart   
 

Uses of AQFunctionParameter in com.aquafold.openapi.chart
 

Methods in com.aquafold.openapi.chart that return types with arguments of type AQFunctionParameter
 List<AQFunctionParameter> AQSeriesFunction.getParameters()
          Get the list of function parameters.
 

Method parameters in com.aquafold.openapi.chart with type arguments of type AQFunctionParameter
 List<Number> AQSeriesFunction.evaluate(List<AQFunctionParameter> parameters, AQChartModel model)
          Evaluate the function using the specified parameters and data model.
 boolean AQSeriesFunction.isValid(List<AQFunctionParameter> parameters, AQChartModel model, int functionSeriesIndex)
          Returns TRUE if the specified function parameters are valid when used with the ChartModel.
 void AQSeriesFunction.setParameters(List<AQFunctionParameter> functionParameters)
          Set the list of function parameters.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.