|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractScriptlet | |
|---|---|
| adams.core.gnuplot | |
| adams.flow.sink | |
| Uses of AbstractScriptlet in adams.core.gnuplot |
|---|
| Subclasses of AbstractScriptlet in adams.core.gnuplot | |
|---|---|
class |
AbstractPlotScriptlet
Ancestor for scriptlets that generate plot instructions. |
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
Pauses the plotting. |
class |
SimplePlot
For simple plots, like line plots. |
| Fields in adams.core.gnuplot declared as AbstractScriptlet | |
|---|---|
protected AbstractScriptlet[] |
MultiScriptlet.m_Scriptlets
the custom script code. |
| Methods in adams.core.gnuplot that return AbstractScriptlet | |
|---|---|
AbstractScriptlet[] |
MultiScriptlet.getScriptlets()
Returns the scriptlets in use. |
| Methods in adams.core.gnuplot with parameters of type AbstractScriptlet | |
|---|---|
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 | |
|---|---|
protected AbstractScriptlet |
GnuplotScript.m_Scriptlet
the script generator to use. |
| Methods in adams.flow.sink that return AbstractScriptlet | |
|---|---|
AbstractScriptlet |
GnuplotScript.getScriptlet()
Returns the scriptlet in use. |
| Methods in adams.flow.sink with parameters of type AbstractScriptlet | |
|---|---|
void |
GnuplotScript.setScriptlet(AbstractScriptlet value)
Sets the scriptlet to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||