Uses of Class
com.tensegrity.gui.printing.FormatItem

Packages that use FormatItem
com.tensegrity.gui.printing   
com.tensegrity.gui.swt.print   
 

Uses of FormatItem in com.tensegrity.gui.printing
 

Fields in com.tensegrity.gui.printing declared as FormatItem
protected  FormatItem[] BasePageFormat.headerItems
          List of items used to format the header of this page.
protected  FormatItem[] BasePageFormat.footerItems
          List of items used to format the footer of this page.
 

Methods in com.tensegrity.gui.printing that return FormatItem
 FormatItem[] BasePageFormat.getHeader()
          The method getHeader returns the FormatItem list.
 FormatItem[] BasePageFormat.getFooter()
          The method getFooter returns the FormatItem list.
 FormatItem FormatItem.deepCopy()
           
static FormatItem FormatItem.build(AttributeList list)
           
 

Methods in com.tensegrity.gui.printing with parameters of type FormatItem
 void BasePageFormat.setHeader(FormatItem[] items)
          The method setHeader sets the items used to format the header.
 void BasePageFormat.setFooter(FormatItem[] items)
          The method setFooter sets the item used to format the footer.
 

Uses of FormatItem in com.tensegrity.gui.swt.print
 

Methods in com.tensegrity.gui.swt.print with parameters of type FormatItem
static double GraphPrinter.getMaximumHeightDouble(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc, FormatItem[] items, BasePageFormat cpf)
          The method getMaximumHeightDouble returns the maximum height required for the list of FormatItems.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.