org.gerhardb.lib.playlist
Class BasicPageFactory

java.lang.Object
  extended byorg.gerhardb.lib.playlist.BasicPageFactory
All Implemented Interfaces:
ListMaker

public class BasicPageFactory
extends java.lang.Object
implements ListMaker


Constructor Summary
BasicPageFactory(java.io.File file)
          Assumes files are all in the same directory as the play list, or sub-directories.
BasicPageFactory(java.io.File file, java.io.File pictureRootDir)
          Assumes files are relative to the picture root dir.
 
Method Summary
 Page[] getPlayList()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPageFactory

public BasicPageFactory(java.io.File file)
                 throws java.lang.Exception
Assumes files are all in the same directory as the play list, or sub-directories.


BasicPageFactory

public BasicPageFactory(java.io.File file,
                        java.io.File pictureRootDir)
                 throws java.lang.Exception
Assumes files are relative to the picture root dir.

Method Detail

getPlayList

public Page[] getPlayList()
Specified by:
getPlayList in interface ListMaker

main

public static void main(java.lang.String[] args)


Copyright © 2002 Gerhard Beck. All rights reserved. Subject to GPL.