DixShtix

Uses of Class
com.dixshtix.niff.Tag

Packages that use Tag
com.dixshtix.niff This package is for the manipulation of (Musical) Notation Interchange File Format (NIFF) Files. 
 

Uses of Tag in com.dixshtix.niff
 

Fields in com.dixshtix.niff declared as Tag
static Tag Tag.absPlacement
          Non-default horizontal and vertical placement, in absolute units, of the dependent symbol's reference point relative to the anchor's reference point.
static Tag Tag.altEnding
          The sequence number of the ending.
static Tag Tag.anchorOverride
          Contains the chunk type of the non-default anchor symbol.
static Tag Tag.articDirection
          Used on the Articulation chunk to specifically indicate a particular version of the articulation symbol, such as fermata or strong accent.
static Tag Tag.bezierIncoming
          Used on a slur node to specify an incoming Bezier control point.
static Tag Tag.bezierOutgoing
          Used on a slur node to specify an outgoing Bezier control point.
static Tag Tag.chordSymbolsOffset
          Used on the Part Description chunk, to specify the default vertical placement of chord symbols with respect to the top staff of the part, in absolute units.
static Tag Tag.customFontChar
          Used on a music symbol chunk to indicate that a nonstandard character and font is to be used.
static Tag Tag.customGraphicTag
          Used when a custom graphic is to be used in place of the standard appearance of the music symbol.
static Tag Tag.endOfSystem
          Used to indicate that the chunk is located at the rightmost end of a system.
static Tag Tag.fannedBeam
          Used on the first node of a Beam to indicate an accelerando or ritard.
static Tag Tag.figBassOffset
          Used on the Part Description chunk, to specify the default vertical placement of the top numeral of figured bass symbols with respect to the bottom staff of the part, in absolute units.
static Tag Tag.fontID
          Used to indicate that a nondefault font is to be used for the chunk on which this tag occurs.
static Tag Tag.graceNote
          Used on a Stem, Notehead, or Rest.
static Tag Tag.guitarGridOffset
          Used on the Part Description chunk, to specify the default vertical placement of guitar grid symbols with respect to the top staff of the part, in absolute units.
static Tag Tag.guitarTabTag
          Used on a Staff Header chunk to indicate that the staff is guitar tablature, and its symbols should be interpreted accordingly (not used for playback).
static Tag Tag.height
          Vertical height, in absolute units.
static Tag Tag.id
          Identification number.
static Tag Tag.invisible
          When this tag is used on a symbol, the symbol's function and/or sound is unchanged, but the symbol does not appear visibly in the score.
static Tag Tag.largeSize
          Indicates that the symbol is larger than default size.
static Tag Tag.lineQuality
          Used on symbol chunks such as Barline, Line, or Slur to indicate that the line is not solid.
static Tag Tag.logicalPlacement
          Non-default horizontal and vertical logical placement of the dependent symbol's reference point relative to the anchor's reference point.
static Tag Tag.lyricVerseOffset
          This tag is appended to the Part Description chunk in the Setup Section, to define the vertical offset and Lyric Verse ID of one line of lyrics.
static Tag Tag.midiPerformance
          Used on note chunks.
static Tag Tag.multiNodeEndOfSyst
          Used on a node of a multi-node symbol to indicate that the symbol continues on the following system.
static Tag Tag.multiNodeStartOfSyst
          Used on a node of a multi-node symbol to indicate that this is the continuation of a symbol which started on the previous system.
static Tag Tag.numStaffLines
          Non-default number of lines in a staff, used on the Staff Header.
static Tag Tag.numberOfFlags
          Number of flags on stemmed note.
static Tag Tag.numberOfNodes
          Total number of nodes in file for this multi-node symbol.
static Tag Tag.numberStyle
          No data.
static Tag Tag.ossia
          Used on one or more Staff Header chunks in a system to indicate an alternate performance of another staff or staves.
static Tag Tag.partDescOverride
          Used with Part ID on any chunk where Part ID can be specified, such as a Tag Activate/Inactivate, Staff Header or a music symbol chunk.
static Tag Tag.partID
          Used to associate chunks in the Data Section with a particular Part Description chunk in the Setup Section When used on a Staff Header chunk, it indicates that all symbols within the Staff list belong to the part.
static Tag Tag.refPtOverride
          Description of non-default reference points on the anchor and dependent symbols.
static Tag Tag.rehearsalOffset
          Used on the Part Description chunk, to specify the default vertical placement of the rehearsal mark with respect to the top staff of the part, in absolute units.
static Tag Tag.restNumeral
          Number that is to appear centered over multiple-measure rest symbol.
static Tag Tag.silent
          When this tag is used, the sound is suppressed for the symbol.
static Tag Tag.slashedStem
          Indicates the presence of a slash on a stem, as in a grace note.
static Tag Tag.smallSize
          Indicates that the symbol is smaller than default size.
static Tag Tag.spacingByPart
          This tag is added to the NIFF Information chunk to indicate that a special horizontal spacing scheme is used.
static Tag Tag.splitStem
          Used on each Notehead chunk of an altered unison, when a single stem connects two or more notes, usually at the same staff step but different horizontal placements that are more than one notewidth apart.
static Tag Tag.staffName
          Used on a Text chunk to indicate its function as a name for a staff or staff grouping.
static Tag Tag.staffStep
          Used to indicate vertical placement using the "staff step" units of measurement.
static Tag Tag.thickness
          Used on symbol chunks such as Barline, Line, Hairpin, or Slur, to indicate the thickness of the line, in absolute units.
static Tag Tag.tieDirection
          Used on Tie chunks and simple Slur chunks, to indicating the bow direction of the curve.
static Tag Tag.tupletDesc
          Describe a tuplet.
static Tag Tag.userDefined
          Provide for a user defined tag for vendor-specific expansion.
static Tag Tag.voiceID
          Used on music symbols in the Data Section to uniquely identify a voice within the part.
static Tag Tag.width
          Horizontal width, in absolute units.
private  Tag RiffTagRepresentation.tag
           
 

Methods in com.dixshtix.niff that return Tag
static Tag Tag.read(java.io.InputStream s)
           
 Tag RiffTagRepresentation.getTag()
           
 

Constructors in com.dixshtix.niff with parameters of type Tag
RiffTagRepresentation(Tag tag)
           
 


DixShtix