Uses of Class
jimm.datavision.Line

Packages that use Line
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
jimm.datavision.layout Provides concrete layout engine implementations. 
jimm.datavision.layout.excel   
jimm.datavision.layout.pdf The PDF layout engine implementation. 
jimm.datavision.layout.swing Provides the Swing layout engine implementation. 
 

Uses of Line in jimm.datavision
 

Fields in jimm.datavision declared as Line
protected  Line ReportReader.line
           
 

Methods in jimm.datavision with parameters of type Line
 void Section.addLine(Line l)
          Adds a line to this section.
 void Section.removeLine(Line f)
          Removes a line from this section.
 

Uses of Line in jimm.datavision.layout
 

Methods in jimm.datavision.layout with parameters of type Line
protected  void DocBookLE.doOutputLine(Line line)
          Does nothing, since we output lines in DocBookLE.doOutputSection(jimm.datavision.Section).
protected  void LaTeXLE.doOutputLine(Line line)
          Outputs a line.
protected  void XMLLE.doOutputLine(Line l)
           
protected abstract  void LayoutEngine.doOutputLine(Line line)
          Called by outputLine as a chance to insert behavior when a line is output.
protected  void HTMLLE.doOutputLine(Line line)
           
protected  void CSSHTMLLE.doOutputLine(Line line)
           
protected  void CharSepLE.doOutputLine(Line line)
          Ignores line output.
 void LineDrawer.drawLine(Line l, java.lang.Object arg)
          This method is called once for each line, when used from within Border.eachLine(jimm.datavision.layout.LineDrawer, java.lang.Object).
 void LaTeXLE.drawLine(Line line, java.lang.Object arg)
          Draw a single line.
protected  void LayoutEngine.outputLine(Line line)
          Outputs a line.
protected  void LaTeXLE.putLine(Line line, double xslope, double yslope)
          Outputs the LaTeX2e code that places the line on the page.
 

Uses of Line in jimm.datavision.layout.excel
 

Methods in jimm.datavision.layout.excel with parameters of type Line
protected  void ExcelLE.doOutputLine(Line line)
           
 

Uses of Line in jimm.datavision.layout.pdf
 

Methods in jimm.datavision.layout.pdf with parameters of type Line
protected  void PDFLE.doOutputLine(Line line)
          Outputs a line.
 void PDFLE.drawLine(Line line, java.lang.Object arg)
          Draw a single line.
 

Uses of Line in jimm.datavision.layout.swing
 

Methods in jimm.datavision.layout.swing with parameters of type Line
protected  void SwingLE.doOutputLine(Line line)
          Creates a new line.