Uses of Class
adams.core.gnuplot.AbstractScriptlet
-
Packages that use AbstractScriptlet Package Description adams.core.gnuplot adams.flow.sink -
-
Uses of AbstractScriptlet in adams.core.gnuplot
Subclasses of AbstractScriptlet in adams.core.gnuplot Modifier and Type Class Description class
AbstractPlotScriptlet
Ancestor for scriptlets that generate plot instructions.class
AbstractScriptletWithDataFile
Ancestor for scriplets that generate Gnuplot scripts (or parts of it).class
CustomScriptlet
Allows the user to enter a custom Gnuplot script snippet.class
Initialize
Initializes the plotting.class
MultiScriptlet
Allows the user to chain multiple scriplets together.class
Pause
Inserts a pause statement to keep the plot open; the use needs to press the enter key in the terminal to close the plot.class
SimplePlot
For simple plots, like line plots.Fields in adams.core.gnuplot declared as AbstractScriptlet Modifier and Type Field Description protected AbstractScriptlet[]
MultiScriptlet. m_Scriptlets
the custom script code.Methods in adams.core.gnuplot that return AbstractScriptlet Modifier and Type Method Description AbstractScriptlet[]
MultiScriptlet. getScriptlets()
Returns the scriptlets in use.Methods in adams.core.gnuplot with parameters of type AbstractScriptlet Modifier and Type Method Description void
MultiScriptlet. setScriptlets(AbstractScriptlet[] value)
Sets the scriptlets to use. -
Uses of AbstractScriptlet in adams.flow.sink
Fields in adams.flow.sink declared as AbstractScriptlet Modifier and Type Field Description protected AbstractScriptlet
GnuplotScript. m_Scriptlet
the script generator to use.Methods in adams.flow.sink that return AbstractScriptlet Modifier and Type Method Description AbstractScriptlet
GnuplotScript. getScriptlet()
Returns the scriptlet in use.Methods in adams.flow.sink with parameters of type AbstractScriptlet Modifier and Type Method Description void
GnuplotScript. setScriptlet(AbstractScriptlet value)
Sets the scriptlet to use.
-