All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.AuthorsHeader

java.lang.Object
   |
   +----org.jfouffa.jslider.Header
           |
           +----org.jfouffa.jslider.TextHeader
                   |
                   +----org.jfouffa.jslider.NoteHeader
                           |
                           +----org.jfouffa.jslider.AuthorsHeader

public class AuthorsHeader
extends NoteHeader
This class defines the authors header. The text is automatically set to the authors macro.


Constructor index

 o AuthorsHeader()

Method index

 o getName()
Gets the name of this slide header (AUTHORS).
 o setProperties(TemplateLoader, String)
Sets the properties of this Header using the specified TemplateLoader.

Constructors

 o AuthorsHeader
 public AuthorsHeader()

Methods

 o setProperties
 public void setProperties(TemplateLoader loader,
                           String index)
Sets the properties of this Header using the specified TemplateLoader.

Parameters:
loader - the TemplateLoader
index - the index of this header (the string format)
Overrides:
setProperties in class NoteHeader
 o getName
 public String getName()
Gets the name of this slide header (AUTHORS).