All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.mediamanager.Outline

java.lang.Object
   |
   +----iceberg.mediamanager.ContentObject
           |
           +----iceberg.mediamanager.PlainText
                   |
                   +----iceberg.mediamanager.Transcript
                           |
                           +----iceberg.mediamanager.TextSummary
                                   |
                                   +----iceberg.mediamanager.Outline

public class Outline
extends TextSummary
implements Serializable

Variable Index

 o audioEnd
 o audioStart
 o outlineItems

Constructor Index

 o Outline()

Method Index

 o audioEndOfItem(int)
 o audioStartOfItem(int)
 o getAudioContentID()
This returns the content ID of the PlainAudio of from the original message.
 o getMimeType()
 o getOutlineItem(int)
The outline is made up of a series of "outline items", basically an item in the list of points.
 o numberOfOutlineItems()
 o numberOfTimeItems()
 o PrettyPrint(PrintStream)
 o readFromConfigFile(InputStream)
 o setOutlineItem(int, String)

Variables

 o outlineItems
 protected String outlineItems[]
 o audioStart
 protected float audioStart[]
 o audioEnd
 protected float audioEnd[]

Constructors

 o Outline
 public Outline()

Methods

 o getOutlineItem
 public String getOutlineItem(int nth)
The outline is made up of a series of "outline items", basically an item in the list of points. Use this method to access those items.

 o setOutlineItem
 public String setOutlineItem(int nth,
                              String theData)
 o numberOfOutlineItems
 public int numberOfOutlineItems()
 o numberOfTimeItems
 public int numberOfTimeItems()
 o audioStartOfItem
 public float audioStartOfItem(int nth)
 o audioEndOfItem
 public float audioEndOfItem(int nth)
 o getMimeType
 public String getMimeType()
Overrides:
getMimeType in class TextSummary
 o readFromConfigFile
 public void readFromConfigFile(InputStream in) throws IOException
Overrides:
readFromConfigFile in class Transcript
 o PrettyPrint
 public void PrettyPrint(PrintStream out)
Overrides:
PrettyPrint in class Transcript
 o getAudioContentID
 public ContentID getAudioContentID()
This returns the content ID of the PlainAudio of from the original message.

Overrides:
getAudioContentID in class TextSummary

All Packages  Class Hierarchy  This Package  Previous  Next  Index