anvil.annot
Class SecondaryTrackElement

java.lang.Object
  |
  +--anvil.annot.AnnotationElement
        |
        +--anvil.annot.TrackElement
              |
              +--anvil.annot.SecondaryTrackElement
Direct Known Subclasses:
SingletonTrackElement, SpanTrackElement

public abstract class SecondaryTrackElement
extends TrackElement


Field Summary
 
Fields inherited from class anvil.annot.TrackElement
color, END_TIME, nextInGroup, prevInGroup, START_TIME
 
Fields inherited from class anvil.annot.AnnotationElement
avField, comment, container, index
 
Constructor Summary
SecondaryTrackElement(Track tr)
           
 
Methods inherited from class anvil.annot.TrackElement
getColor, getColorString, getDuration, getEndTime, getGroupStartTime, getLinkDistance, getNiceSeconds, getStartTime, getTrack, toString, updateColor
 
Methods inherited from class anvil.annot.AnnotationElement
addAttributeLinkValue, addAttributeLinkValueOnce, addDependent, ascii2xml, clearAttribute, clearExtraObjects, clearInlinks, findAllDependents, findElementInLinks, getAttribute, getBoolValue, getClonedDependents, getComment, getContainer, getDependents, getExtraObject, getInlinks, getInlinkTracks, getLinkedElements, getLinkNames, getListValue, getNumberValue, getOutlinks, getShowLabel, hasComment, isAttribute, meetsConstraints, putAttribute, putExtraObject, removeDependent, removeElementFromLinks, removeMeFromInlinks, setComment, setDependents, setInlinks, writeAnvilFile, writeContents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecondaryTrackElement

public SecondaryTrackElement(Track tr)