Uses of Class
net.sf.jasperreports.engine.TabStop

Packages that use TabStop
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.util Utility classes. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of TabStop in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return TabStop
 TabStop[] JRParagraph.getOwnTabStops()
          Gets the custom tab stops.
 TabStop[] JRParagraph.getTabStops()
          Gets the custom tab stops.
 

Methods in net.sf.jasperreports.engine with parameters of type TabStop
 void JRParagraph.addTabStop(int index, TabStop tabStop)
           
 void JRParagraph.addTabStop(TabStop tabStop)
           
 void JRParagraph.removeTabStop(TabStop tabStop)
           
 

Uses of TabStop in net.sf.jasperreports.engine.base
 

Fields in net.sf.jasperreports.engine.base with type parameters of type TabStop
protected  java.util.List<TabStop> JRBaseParagraph.tabStops
           
 

Methods in net.sf.jasperreports.engine.base that return TabStop
 TabStop[] JRBaseParagraph.getOwnTabStops()
           
 TabStop[] JRBaseParagraph.getTabStops()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type TabStop
 void JRBaseParagraph.addTabStop(int index, TabStop tabStop)
           
 void JRBaseParagraph.addTabStop(TabStop tabStop)
           
 void JRBaseParagraph.removeTabStop(TabStop tabStop)
           
 

Uses of TabStop in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export with parameters of type TabStop
 void JRXmlExporter.exportTabStop(TabStop tabStop)
           
 

Uses of TabStop in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill with parameters of type TabStop
protected  boolean TextMeasurer.renderNextLine(java.awt.font.LineBreakMeasurer lineMeasurer, java.text.AttributedCharacterIterator paragraph, java.util.List<java.lang.Integer> tabIndexes, int[] currentTabHolder, TabStop[] nextTabStopHolder, boolean[] requireNextWordHolder)
           
 

Uses of TabStop in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util that return TabStop
static TabStop ParagraphUtil.getFirstTabStop(JRParagraph paragraph, float endX)
           
static TabStop ParagraphUtil.getLastTabStop(JRParagraph paragraph, float endX)
           
static TabStop ParagraphUtil.getNextTabStop(JRParagraph paragraph, float endX, float rightX)
           
static TabStop[] JRStyleResolver.getTabStops(JRParagraph paragraph)
           
static TabStop[] ParagraphUtil.getTabStops(JRParagraph paragraph, float endX)
           
 

Methods in net.sf.jasperreports.engine.util with parameters of type TabStop
static float ParagraphUtil.getLeftX(TabStop tabStop, float advance)
           
static float ParagraphUtil.getRightX(TabStop tabStop, float advance)
           
static float ParagraphUtil.getSegmentOffset(TabStop tabStop, float rightX)
           
 

Uses of TabStop in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type TabStop
 void JRXmlBaseWriter.writeTabStop(TabStop tabStop)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com