|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rit.slides.SlideShowToHtml
public class SlideShowToHtml
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 |
---|
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |