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 classAbstractPlotScriptletAncestor for scriptlets that generate plot instructions.classAbstractScriptletWithDataFileAncestor for scriplets that generate Gnuplot scripts (or parts of it).classCustomScriptletAllows the user to enter a custom Gnuplot script snippet.classInitializeInitializes the plotting.classMultiScriptletAllows the user to chain multiple scriplets together.classPauseInserts a pause statement to keep the plot open; the use needs to press the enter key in the terminal to close the plot.classSimplePlotFor simple plots, like line plots.Fields in adams.core.gnuplot declared as AbstractScriptlet Modifier and Type Field Description protected AbstractScriptlet[]MultiScriptlet. m_Scriptletsthe 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 voidMultiScriptlet. 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 AbstractScriptletGnuplotScript. m_Scriptletthe script generator to use.Methods in adams.flow.sink that return AbstractScriptlet Modifier and Type Method Description AbstractScriptletGnuplotScript. getScriptlet()Returns the scriptlet in use.Methods in adams.flow.sink with parameters of type AbstractScriptlet Modifier and Type Method Description voidGnuplotScript. setScriptlet(AbstractScriptlet value)Sets the scriptlet to use.
-