All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.PageNumberHeader

java.lang.Object
   |
   +----org.jfouffa.jslider.Header
           |
           +----org.jfouffa.jslider.PageNumberHeader

public class PageNumberHeader
extends Header
This class defines the page number header that could be included in slides.


Constructor index

 o PageNumberHeader()

Method index

 o getHeaderStyle()
Gets the style of this header.
 o getType()
Gets the type of this slide header (PAGE_NUMBER).
 o setHeaderStyle(HeaderStyle)
Sets the style of this header to the specified style.

Constructors

 o PageNumberHeader
 public PageNumberHeader()

Methods

 o getHeaderStyle
 public HeaderStyle getHeaderStyle()
Gets the style of this header.

 o setHeaderStyle
 public void setHeaderStyle(HeaderStyle style)
Sets the style of this header to the specified style.

Parameters:
style - the new style for this header
 o getType
 public int getType()
Gets the type of this slide header (PAGE_NUMBER).

Overrides:
getType in class Header