Uses of Class
net.charlesames.utility.html.HtmlBuilder

Packages that use HtmlBuilder
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.utility.entity   
net.charlesames.utility.html   
 

Uses of HtmlBuilder in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble with parameters of type HtmlBuilder
 void EnsembleEntity.AttributeTable.build(HtmlBuilder builder, int level)
           
 void EnsembleEntity.buildDescription(HtmlBuilder builder, int level)
          Build an HTML-formatted description of this Ensemble component.
 boolean UnpitchedSound.check(HtmlBuilder builder)
          Check this component for errors and inconsistencies
 boolean NoteListParameterLink.check(HtmlBuilder builder)
          Check this component for errors and inconsistencies
 boolean NoteListInstrumentLink.check(HtmlBuilder builder)
           
 boolean NoteListInstrument.check(HtmlBuilder builder)
          Check this component for errors and inconsistencies
 boolean MusicXmlPart.check(HtmlBuilder builder)
          Check this component for errors and inconsistencies
 boolean MidiControl.check(HtmlBuilder builder)
          Check this component for errors and inconsistencies
 boolean EnsembleVoice.check(HtmlBuilder builder)
          Check this component for errors and inconsistencies
 boolean EnsembleInstrument.check(HtmlBuilder builder)
          Check this component for errors and inconsistencies
 boolean EnsembleChoir.check(HtmlBuilder builder)
           
 boolean Ensemble.check(HtmlBuilder htmlBuilder)
           
 boolean ContainerOfInstrumentLinks.check(HtmlBuilder builder)
          Check this component for errors and inconsistencies
 boolean ContainerOfChoirsAndContours.check(HtmlBuilder builder)
           
static void EnsembleEntity.createIndentCell(HtmlBuilder builder, int level)
           
static void EnsembleEntity.describeFeature(HtmlBuilder builder, int level, java.lang.String cellAttributes, java.lang.String feature)
          Build an HTML-formatted description of a component feature.
 

Uses of HtmlBuilder in net.charlesames.utility.entity
 

Methods in net.charlesames.utility.entity with parameters of type HtmlBuilder
 boolean WriteableEntity.check(HtmlBuilder htmlBuilder)
          Check this component for errors and inconsistencies
 

Uses of HtmlBuilder in net.charlesames.utility.html
 

Subclasses of HtmlBuilder in net.charlesames.utility.html
 class BarGraphBuilder
          Generates bar graphs using HTML formatting tags.
 class ContinuousGraphBuilder
          Generates continuous graphs using HTML formatting tags.
 class DiscreteGraphBuilder
          Generates discrete graphs using HTML formatting tags.
 class IndentPanelBuilder
          Generates a blank indentation panel using HTML formatting tags.
 class ProgressBarBuilder
          Generates a progress bar using HTML formatting tags.
 class TimeGraphBuilder
          Generates a time graph using HTML formatting tags.