com.panayotis.gnuplot.plot
Class FunctionPlot
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
com.panayotis.gnuplot.PropertiesHolder
com.panayotis.gnuplot.plot.AbstractPlot
com.panayotis.gnuplot.plot.FunctionPlot
- All Implemented Interfaces:
- Plot, Serializable, Cloneable, Map<String,String>
public class FunctionPlot
- extends AbstractPlot
This type of Plot is used to provide an interface to the functional plots of
gnuplot. For example plots like sin(x) or x**2+1
It can also be used as a generic plot command, if the user wishes to manually
provide any plot information, without the interference of JavaPlot library.
- Author:
- teras
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
FunctionPlot
public FunctionPlot(String function)
- Creates a new instance of FunctionPlot.
- Parameters:
function - The function definition. It is a free text describing the
function to be plotted. The independent variable (for 2D plots) is x
retrieveData
public void retrieveData(StringBuffer buf)
- This method is unused in this object. It is here only for combatibility
reasons with Plot object.
- Parameters:
buf - This parameter is not used
Copyright © 2013. All Rights Reserved.