| Interface | Description |
|---|---|
| EqualizerModel |
Basic equalizer model interface that ensures that all necessary values can be accessed and altered.
|
| EqualizerModelListener |
EventListener interface for
EqualizerModel events. |
| Class | Description |
|---|---|
| AbstractEqualizerModel |
This abstract
EqualizerModel implementation takes care of the listener mechanism. |
| DefaultEqualizerModel |
This is the default implementation of the
EqualizerModel. |
| EqualizerCategory |
Simple bean class to hold category names and their values.
|
| EqualizerModelEvent |
The
EqualizerModelEvent shall provide info about the nature of the EqualizerModel change. |
| EqualizerPanel |
This component is a view to an
EqualizerModel. |
| Range |
Simple class that holds a min and max integer value thus describing a range.
|
| RubberBandEqualizerModel |
Special
EqualizerModel that guarantees that the sum of all categories is 100. |
Copyright © 2012–2026 cismet GmbH. All rights reserved.