| Package | Description |
|---|---|
| de.cismet.commons.gui.equalizer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEqualizerModel
This abstract
EqualizerModel implementation takes care of the listener mechanism. |
class |
DefaultEqualizerModel
This is the default implementation of the
EqualizerModel. |
class |
RubberBandEqualizerModel
Special
EqualizerModel that guarantees that the sum of all categories is 100. |
| Modifier and Type | Method and Description |
|---|---|
EqualizerModel |
EqualizerPanel.getModel()
Getter for the current
EqualizerModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
EqualizerPanel.setModel(EqualizerModel model)
Sets a new
EqualizerModel. |
| Constructor and Description |
|---|
EqualizerPanel(EqualizerModel model)
Creates a new EqualizerPanel object from the provided
EqualizerModel using:
splinePaint=DEFAULT_PAINT
splineStroke=DEFAULT_STROKE
splinePainted=true
rangeAxisName= null
rangeAxisPainted= true
updateModelWhileAdjusting= false
updateSplineWhileAdjusting= true
|
EqualizerPanel(EqualizerModel model,
Paint splinePaint,
Stroke splineStroke,
boolean splinePainted,
String rangeAxisName,
boolean rangeAxisPainted,
boolean updateModelWhileAdjusting,
boolean updateSplineWhileAdjusting)
Creates a new EqualizerPanel object.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.