VTT Java
2010 Version

Uses of Class
gov.nih.nlm.nls.vtt.Model.Tag

Packages that use Tag
gov.nih.nlm.nls.vtt.Gui This package provides VTT GUI classes. 
gov.nih.nlm.nls.vtt.Model This package contains all classes for VTT models. 
gov.nih.nlm.nls.vtt.Operations This package contains all VTT operations. 
 

Uses of Tag in gov.nih.nlm.nls.vtt.Gui
 

Fields in gov.nih.nlm.nls.vtt.Gui declared as Tag
protected static Tag DiffDialog.addDeleteTag_
          tag for added/deleted tag
protected static Tag DiffDialog.changeTag_
          tag for changed tags
 

Uses of Tag in gov.nih.nlm.nls.vtt.Model
 

Methods in gov.nih.nlm.nls.vtt.Model that return Tag
 Tag VttDocument.GetReservedTag()
          Get the reserved tag.
 Tag ConfigObj.GetSelectMarkupTag()
          Get configuration variables: the tag for the selected markup.
static Tag VttDocument.GetSelectTag(Tag markupTag, ConfigObj configObj, VttObj vttObj)
          Get the select tag from vtt Document.
 Tag Tags.GetTagAt(int index)
          Get the tag from tags list by specifying the index
 Tag Tags.GetTagByIndex(int index)
          Get tag by the specified index
 Tag Tags.GetTagByNameCategory(java.lang.String nameCategory)
          Get tag by specifying name and category
 Tag VttDocument.GetTextTag()
          Get text tag.
static Tag Tags.ReadTagFromLine(java.lang.String line)
          Read a tag information from a line with verbose options of both gui and stnadard system io.
static Tag Tags.ReadTagFromLine(java.lang.String line, int verboseType)
          Read a tag information from a line with specifying verbose option.
 

Methods in gov.nih.nlm.nls.vtt.Model that return types with arguments of type Tag
 java.util.Vector<Tag> Tags.GetTags()
          Get the tags list
 

Methods in gov.nih.nlm.nls.vtt.Model with parameters of type Tag
 void Tags.AddTag(Tag tag)
          Add a tag to tags list.
static void Markup.DoMarkUp(Tag tag, javax.swing.text.DefaultStyledDocument doc, int offset, int length, int baseFontSize, javax.swing.text.SimpleAttributeSet sas, boolean replace)
          Apply tag, offset, length of markup to text.
static Tag VttDocument.GetSelectTag(Tag markupTag, ConfigObj configObj, VttObj vttObj)
          Get the select tag from vtt Document.
 boolean Tags.IsDisplayAfterFilter(Tag tag)
          Get the boolean flag of display after filter.
 void VttDocument.SetReservedTag(Tag tag)
          set reserve tag to a specified tag
 void ConfigObj.SetSelectMarkupTag(Tag selectMarkupTag)
          Set configuration variables: the tag for the selected markup
static javax.swing.text.SimpleAttributeSet VttDocument.SetStyleConstants(Tag tag, int fontSize)
          Set style constants by specifying tag and font size.
static javax.swing.text.SimpleAttributeSet VttDocument.SetStyleConstants(Tag tag, int baseFontSize, int zoomFactor)
          Set style constant by specifying tag, base font size, and zoom factor.
 void Tag.SetTag(Tag tag)
          Set tag to a specified tag
 void Tags.SetTagAt(int index, Tag tag, boolean updateFlag)
          Set the tag at the specified position with specifying tag and update flag.
static void VttDocument.SetTextStyleByMarkupTag(javax.swing.text.DefaultStyledDocument doc, Markup markup, Tag tag, int baseFontSize, int zoomFactor)
          Set text style base on current markup-tag for the text in the markup range change.
static java.lang.String Tag.ToString(Tag tag)
          Convert a specified tag to a string representation: name|category|bold|italic|underline|display|fr|fg|fb|br|bg|bb|font|size
 

Method parameters in gov.nih.nlm.nls.vtt.Model with type arguments of type Tag
static boolean Tags.ContainsTextTag(java.util.Vector<Tag> tags)
          Check if specified tags contain text tag, "Text/Clear".
static void Tags.SaveTagsToFile(java.lang.String outFile, java.util.Vector<Tag> tags)
          Save tags to a specified file.
static java.lang.String Tags.ToString(java.util.Vector<Tag> tags)
          Convert tags to string representation of VTT format: header + tags
static java.lang.String Tags.ToString(java.util.Vector<Tag> tags, boolean headerFlag)
          Convert tags to string representation of VTT format: header + tags
static void Tags.WriteTagsToFile(java.io.BufferedWriter out, java.util.Vector<Tag> tags)
          Write tags to a buffered writer.
 

Constructors in gov.nih.nlm.nls.vtt.Model with parameters of type Tag
Tag(Tag tag)
          Create a Tag Java object by specifying a tag.
 

Uses of Tag in gov.nih.nlm.nls.vtt.Operations
 

Methods in gov.nih.nlm.nls.vtt.Operations with parameters of type Tag
static boolean TagOperations.Add(VttObj vttObj, Tag tag)
          Add a new tag.
static boolean TagOperations.Set(VttObj vttObj, Tag tag, int index)
          Set the properties of indexed tag to a new tag
 


VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine