Interface | Description |
---|---|
NumberListener |
Interface for listening
the changes of the contents
of a
NumberField gadget |
Class | Description |
---|---|
ControlSpec |
Specification for a control input such as a synth control.
|
EZSlider |
Something similar to SClang's EZSlider: a combo of
horizontal slider, number box and label.
|
LogTextArea |
A
JTextArea encompassing a PrintWriter that
can be used as an alternative to the standard System.out
or System.err objects. |
NodeTreeManager |
A class that helps to set up a
JTree with a view of
a node graph. |
NodeTreePanel |
A panel that contains a tree view of the nodes as
monitored by a
NodeWatcher . |
NumberEvent |
This kind of event is fired
from a
NumberField gadget when
the user modified its contents. |
NumberField |
A NumberField is basically a
JPanel
holding a JTextField whose content
is limited to decimal numbers. |
NumberSpace |
A number space
describes a field of possible
numeric values with a minimum
and maximum (which can be infinity),
a central value (usually zero)
a quantization size which can be
used to describe integers or to
limit the numeric resolution.
|
ServerPanel |
A quick hack to provide a GUI
element looking similar to SCLang's
server window.
|
SynthDefDiagram |
An experimental view of a SynthDef's graph.
|
Warp |
Helper classes for warping a control value.
|
Copyright © 2015–2022 SciJava. All rights reserved.