All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.generator.Slide

java.lang.Object
   |
   +----org.jfouffa.jslider.generator.HTMLUtil
           |
           +----org.jfouffa.jslider.generator.Slide

public final class Slide
extends HTMLUtil
The object representation of a slide.


Variable index

 o body
The body the slide
 o numRepeat
Numbers of same title
 o page
the page number of the slide
 o repeat
Repeat title

Constructor index

 o Slide()

Method index

 o getTitle()
Returns the attribute title

Variables

 o page
 public int page
the page number of the slide

 o body
 public String body
The body the slide

 o repeat
 public int repeat
Repeat title

 o numRepeat
 public int numRepeat
Numbers of same title

Constructors

 o Slide
 public Slide()

Methods

 o getTitle
 public String getTitle()
Returns the attribute title

Returns:
the value of the attribute