Package

de.sciss.gui

j

Permalink

package j

Visibility
  1. Public
  2. All

Type Members

  1. class Axis extends JComponent with AxisLike

    Permalink
  2. trait AxisCompanion extends AnyRef

    Permalink
  3. trait AxisLike extends AnyRef

    Permalink
  4. class LCDPanel extends JPanel

    Permalink

    Unfinished!

  5. class PeakMeter extends JPanel with PeakMeterLike

    Permalink
  6. class PeakMeterBar extends JComponent with PeakMeterChannel

    Permalink
  7. class PeakMeterCaption extends JComponent

    Permalink
  8. trait PeakMeterChannel extends AnyRef

    Permalink
  9. trait PeakMeterLike extends AnyRef

    Permalink
  10. class RecessedBorder extends AbstractBorder

    Permalink
  11. trait TransportCompanion extends AnyRef

    Permalink

Value Members

  1. object AudioWidgets extends App with Runnable

    Permalink
  2. object Axis extends AxisCompanion with Serializable

    Permalink

    A GUI element for displaying the timeline's axis (ruler) which is used to display the time indices and to allow the user to position and select the timeline.

    A GUI element for displaying the timeline's axis (ruler) which is used to display the time indices and to allow the user to position and select the timeline.

    To do

    detect font property changes

    ,

    new label width calculation not performed in logarithmic mode

    ,

    FIXEDBOUNDS is ignored in logarithmic mode now

  3. object PeakMeter extends Serializable

    Permalink
  4. object PeakMeterBar extends Serializable

    Permalink

    A level (volume) meter GUI component.

    A level (volume) meter GUI component. The component is a vertical bar displaying a green-to-reddish bar for the peak amplitude and a blue bar for RMS value.

    To animate the bar, call setPeakAndRMS at a regular interval, typically around every 30 milliseconds for a smooth look.

    To do

    add optional horizontal orientation

    ,

    allow linear display (now it's hard coded logarithmic)

  5. object PeakMeterCaption extends Serializable

    Permalink
  6. object RecessedBorder extends Serializable

    Permalink
  7. object Transport extends TransportCompanion

    Permalink

Ungrouped