A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

H

half() - Static method in class net.charlesames.music.score.Duration
Get the duration representing a half note.
half() - Static method in class net.charlesames.music.score.Neume
Get the neume representing a half note.
HARP_PEDALLING - Static variable in class net.charlesames.music.common.XmlTags
 
HARP_PEDALLING_CHANGE - Static variable in class net.charlesames.music.common.XmlTags
 
HARP_PEDALS - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
HarpPedalling - Class in net.charlesames.music.score
A HarpPedalling combines a LetterName with an Accidental.
HarpPedallingChange - Class in net.charlesames.music.score
The HarpPedallingChange subclass of Event marks the appearance of a new harpPedalling within a particular voice of the score.
HarpPedals - Class in net.charlesames.music.musicxml
The HarpPedals class implements the MusicXML <harp-pedals> direction type.
hasAttribute(String) - Method in class net.charlesames.utility.entity.Clipboard
Test if the object serialized on the clipboard has an attribute with the indicated tag.
hasChoirName(String) - Method in class net.charlesames.music.ensemble.ContainerOfChoirsAndContours
Check if the indicated name is already used.
hasContainer() - Method in class net.charlesames.utility.entity.Entity
Test if Container property is populated.
hasContent() - Method in class net.charlesames.music.musicxml.Sound
Test if this Sound instance has content.
hasContent() - Method in class net.charlesames.utility.entity.Clipboard
Test if the clipboard has content.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleChoirMidiData
Check if the containing choir has MIDI data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleChoirMusicXmlData
Check if the containing choir has MusicXML data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleContourNoteListData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleInstrumentMidiData
Check if the instrument has MIDI data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleInstrumentMusicXmlData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleInstrumentNoteListData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleMidiData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleMusicXmlData
Check if the containing choir has MusicXml data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleNativeData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleNoteListData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleVoiceMidiData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleVoiceMusicXmlData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.EnsembleVoiceMusicXmlStaff
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.UnpitchedSoundMidiData
Check if the instrument has MIDI data.
hasData() - Method in class net.charlesames.music.ensemble.UnpitchedSoundMusicXmlData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.ensemble.UnpitchedSoundNoteListData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.score.ScoreEnsembleData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.score.ScoreEventData
Check if the containing choir has note list data.
hasData() - Method in class net.charlesames.music.score.ScoreGroupData
Check if the containing choir has note list data.
hasExistingContour(String) - Method in class net.charlesames.music.ensemble.EnsembleChoir
 
hasExistingContour(int) - Method in class net.charlesames.music.ensemble.EnsembleChoir
Check if this choir employs the indicated id.
hasExistingControl(TypeOfMidiControl) - Method in class net.charlesames.music.ensemble.EnsembleChoir
Tests if a MidiControl exists for a indicated controlType.
HashMethods - Class in net.charlesames.utility.hash
One-way encryption methods.
HashMethods() - Constructor for class net.charlesames.utility.hash.HashMethods
 
hasIndication(Indication) - Method in class net.charlesames.music.ensemble.UnpitchedSound
Test if the sound possesses the specified indication.
hasMaxExpValue() - Method in class net.charlesames.music.ensemble.EnsembleContour
Test if the contour has a viable maximum for converting linear values to exponential values.
hasMinExpValue() - Method in class net.charlesames.music.ensemble.EnsembleContour
Test if the contour has a viable minimum for converting linear values to exponential values.
hasUsedChannel(EnsembleVoice) - Method in class net.charlesames.music.ensemble.MidiControl
Test if the MIDI channel associated with the indicated voice has been used by this control.
hasVoiceID(int) - Method in class net.charlesames.music.ensemble.Ensemble
Test if a voice id is already used.
hasVoiceName(String) - Method in class net.charlesames.music.ensemble.Ensemble
Test if a voice name is already used.
haveSmallDifference(double, double) - Static method in class net.charlesames.utility.math.MathMethods
Tests if the difference between to double-precision numbers is very small.
HEAD - Static variable in class net.charlesames.utility.html.HtmlBuilder.Tags
Tag for HTML "head" element
HOLD_2_PEDAL - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
HOLD_PEDAL - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
HTML - Static variable in class net.charlesames.utility.html.HtmlBuilder.Tags
Tag for HTML "html" element
HtmlBuilder - Class in net.charlesames.utility.html
HTML text-building class
HtmlBuilder() - Constructor for class net.charlesames.utility.html.HtmlBuilder
Constructor for HtmlBuilder instances
HtmlBuilder.Tags - Class in net.charlesames.utility.html
 
HtmlBuilder.Tags() - Constructor for class net.charlesames.utility.html.HtmlBuilder.Tags
 
HtmlColor - Enum in net.charlesames.utility.html
 
htmlEncode(String) - Static method in class net.charlesames.utility.html.HtmlMethods
HTML encode a string
htmlFromDouble(double) - Static method in class net.charlesames.utility.math.MathMethods
Converts double-precision numbers to HTML text, using option-5 to represent infinity.
HtmlMethods - Class in net.charlesames.utility.html
HTML encoding methods.
HtmlMethods() - Constructor for class net.charlesames.utility.html.HtmlMethods
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z