edu.rit.slides
Class SlideShowToHtml

java.lang.Object
  extended by edu.rit.slides.SlideShowToHtml

public class SlideShowToHtml
extends Object

Class SlideShowToHtml is a main program that converts a SlideShow to a group of HTML pages.

Usage: java edu.rit.slides.SlideShowToHtml slideshowfile title homeurl

The slideshowfile must contain a SlideShow object in serialized form. For each slide group in the slide show, the program creates two files in the current directory. One file is named "slideNNNN.png" and contains a PNG image of the slide. The image's width and height in pixels are given by the width and height of the slide itself. The other file is named "slideNNNN.html" and contains an HTML page with "Next", "Previous", "First", "Last", and "Home" navigation links, plus the slide image. (NNNN is the slide number starting with 0001.) The page title is given by the title command line argument. The URL for the "Home" link is given by the homeurl command line argument.


Method Summary
static void main(String[] args)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Main program.



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.