Uses of Class
algoanim.exceptions.LineNotExistsException

Packages that use LineNotExistsException
algoanim.primitives   
 

Uses of LineNotExistsException in algoanim.primitives
 

Methods in algoanim.primitives that throw LineNotExistsException
 void SourceCode.highlight(int lineNo)
          Highlights a line in this SourceCode element.
 void SourceCode.highlight(int lineNo, int colNo, boolean context)
          Highlights a line in this SourceCode element.
 void SourceCode.highlight(int lineNo, int colNo, boolean context, Timing delay, Timing duration)
          Highlights a line in this SourceCode element.
 void SourceCode.highlight(java.lang.String label)
          Highlights a line in this SourceCode element.
 void SourceCode.highlight(java.lang.String label, boolean context)
          Highlights a line in this SourceCode element.
 void SourceCode.highlight(java.lang.String label, boolean context, Timing delay, Timing duration)
          Highlights a line in this SourceCode element.
 void SourceCode.toggleHighlight(int oldLine, int newLine)
          Toggles the highlight from one component to the next.
 void SourceCode.toggleHighlight(int oldLine, int oldColumn, boolean switchToContextMode, int newLine, int newColumn)
          Toggles the highlight from one component to the next.
 void SourceCode.toggleHighlight(int oldLine, int oldColumn, boolean switchToContextMode, int newLine, int newColumn, Timing delay, Timing duration)
          Toggles the highlight from one component to the next.
 void SourceCode.toggleHighlight(java.lang.String oldLabel, boolean switchToContextMode, java.lang.String newLabel)
          Toggles the highlight from one component to the next.
 void SourceCode.toggleHighlight(java.lang.String oldLabel, boolean switchToContextMode, java.lang.String newLabel, Timing delay, Timing duration)
          Toggles the highlight from one component to the next.
 void SourceCode.toggleHighlight(java.lang.String oldLabel, java.lang.String newLabel)
          Toggles the highlight from one component to the next.
 void SourceCode.unhighlight(int lineNo)
          Unhighlights a line in this SourceCode element.
 void SourceCode.unhighlight(int lineNo, int colNo, boolean context)
          Unhighlights a line in this SourceCode element.
 void SourceCode.unhighlight(int lineNo, int colNo, boolean context, Timing delay, Timing duration)
          Unhighlights a line in this SourceCode element.
 void SourceCode.unhighlight(java.lang.String label)
          Unhighlights a line in this SourceCode element.
 void SourceCode.unhighlight(java.lang.String label, boolean context)
          Unhighlights a line in this SourceCode element.
 void SourceCode.unhighlight(java.lang.String label, boolean context, Timing delay, Timing duration)
          Unhighlights a line in this SourceCode element.