com.lowagie.toolbox.swing
Class RowContainer

java.lang.Object
  extended by com.lowagie.toolbox.swing.RowContainer

 class RowContainer
extends Object


Field Summary
private  File file
           
private  int pages
           
 
Constructor Summary
RowContainer(File file)
          RowContainer
 
Method Summary
 File getFile()
           
 int getPages()
           
 void setFile(File file)
           
 void setPages(int pages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

private File file

pages

private int pages
Constructor Detail

RowContainer

RowContainer(File file)
RowContainer

Method Detail

getFile

public File getFile()

getPages

public int getPages()

setFile

public void setFile(File file)

setPages

public void setPages(int pages)

Hosted by Hostbasket