abc4j API Specification

Serialized Form


Package abc.midi

Class abc.midi.PlayerStateChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_isPlaying

boolean m_isPlaying

Class abc.midi.TempoChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_newTempoValue

int m_newTempoValue

Package abc.notation

Class abc.notation.NoSuchTuneException extends java.lang.RuntimeException implements Serializable

Class abc.notation.Tune.Music extends java.util.Vector implements Serializable

Serialized Fields

lastNote

NoteAbstract lastNote

Package abc.parser

Class abc.parser.InvalidTokenEvent extends TokenEvent implements Serializable

Serialized Fields

m_expectedTokenType

TokenType m_expectedTokenType
The expected token type.


m_position

CharStreamPosition m_position

Class abc.parser.TuneChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_tune

Tune m_tune
The tune that changed.


m_tuneNotation

java.lang.String m_tuneNotation
The notation of the tune that has changed.


m_eventType

int m_eventType
The type of event.


Package abc.ui.awt

Class abc.ui.awt.TuneEditorArea extends java.awt.TextArea implements Serializable

Serialized Fields

m_idleTimeBeforeRefresh

int m_idleTimeBeforeRefresh

m_refresher

abc.ui.awt.TuneEditorArea.ParsingRefresh m_refresher
The thread in charge of refreshing the tune representation of this editor pane.


m_tune

Tune m_tune
The tune currently represented in this editor pane.


Package abc.ui.swing

Class abc.ui.swing.JScoreComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

m_jTune

abc.ui.swing.JTune m_jTune
The graphical representation of the tune currently set. null if no tune is set.


m_dimension

java.awt.Dimension m_dimension
The dimensions of this score.


XOffset

int XOffset
WTF ??? does not seem to be really taken into account anyway...


m_metrics

abc.ui.swing.ScoreMetrics m_metrics
The place where all spacing dimensions are expressed.


m_bufferedImage

java.awt.image.BufferedImage m_bufferedImage
The buffer where the score image is put before rendition in the swing component.


m_bufferedImageGfx

java.awt.Graphics2D m_bufferedImageGfx
The graphic context of the buffered image used to generate the score.


m_isBufferedImageOutdated

boolean m_isBufferedImageOutdated
Set to true if the score drawn into the buffered image is outdated and does not represent the tune currently set.


m_size

float m_size
The size used for the score scale.


m_isJustified

boolean m_isJustified
true if the rendition of the score should be justified, false otherwise.


m_selectedItem

JScoreElement m_selectedItem
The selected item in this score. null if no item is selected.


staffLinesSpacing

int staffLinesSpacing

Class abc.ui.swing.TuneEditorPane extends javax.swing.JTextPane implements Serializable

Serialized Fields

m_forceRefresh

boolean m_forceRefresh

m_barStyle

javax.swing.text.Style m_barStyle

m_textStyle

javax.swing.text.Style m_textStyle

m_errorStyle

javax.swing.text.Style m_errorStyle

m_fieldStyle

javax.swing.text.Style m_fieldStyle

m_rhythmStyle

javax.swing.text.Style m_rhythmStyle

m_defaultStyle

javax.swing.text.Style m_defaultStyle

m_baseNoteStyle

javax.swing.text.Style m_baseNoteStyle

m_commentStyle

javax.swing.text.Style m_commentStyle

m_gracingStyle

javax.swing.text.Style m_gracingStyle

m_refresher

abc.ui.swing.TuneEditorPane.ParsingRefresh m_refresher
The thread in charge of refreshing the tune representation of this editor pane.


m_tune

Tune m_tune
The tune currently represented in this editor pane.


m_idleTimeBeforeRefresh

int m_idleTimeBeforeRefresh

m_enableColoring

boolean m_enableColoring

m_editorKit

javax.swing.text.EditorKit m_editorKit

Package scanner

Class scanner.InvalidCharacterEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_character

char m_character
The invalid character.


m_position

CharStreamPosition m_position
The position of the invalid character.

Class scanner.NoSuchTokenException extends java.lang.RuntimeException implements Serializable

Class scanner.NoTransitionFoundException extends java.lang.RuntimeException implements Serializable

Class scanner.TokenEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_token

Token m_token
The token found.


abc4j API Specification

Submit a bug or feature