Serialized Form
m_isPlaying
boolean m_isPlaying
m_newTempoValue
int m_newTempoValue
lastNote
NoteAbstract lastNote
m_expectedTokenType
TokenType m_expectedTokenType
- The expected token type.
m_position
CharStreamPosition m_position
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.
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.
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
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
m_character
char m_character
- The invalid character.
m_position
CharStreamPosition m_position
- The position of the invalid character.
m_token
Token m_token
- The token found.
Submit a bug or feature