com.tensegrity.gui.printing
Class PrintUtil.BookParameter

java.lang.Object
  extended bycom.tensegrity.gui.printing.PrintUtil.BookParameter
Enclosing class:
PrintUtil

public static class PrintUtil.BookParameter
extends java.lang.Object

Class PrintUtilBookParameter is used to encapsulate all the parameters needed to specify a printout.

Author:
GillesIachelini

Field Summary
 int columns
          amount of columns
 double factor
          desired scaling factor to fit either horizontally or vertically
 int rows
          amount of rows
 double viewscale
          Current scaling factor of the view.
 
Constructor Summary
PrintUtil.BookParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rows

public int rows
amount of rows


columns

public int columns
amount of columns


factor

public double factor
desired scaling factor to fit either horizontally or vertically


viewscale

public double viewscale
Current scaling factor of the view.

Constructor Detail

PrintUtil.BookParameter

public PrintUtil.BookParameter()


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