EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.google.chart.model
Class Title

java.lang.Object
  extended by echopoint.google.chart.model.Title
All Implemented Interfaces:
Serializable

public class Title
extends Object
implements Serializable

A model object used to represent the title of a chart.

Version:
$Id: Title.java 63 2008-08-29 07:46:39Z sptrakesh $
Author:
Rakesh 2008-8-10
See Also:
Serialized Form

Constructor Summary
Title()
          Default constructor.
Title(String title)
          Create a new instance with the single line title specified.
 
Method Summary
 void add(String line)
          Add the specified line of text to the title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Title

public Title()
Default constructor.


Title

public Title(String title)
Create a new instance with the single line title specified.

Parameters:
title - The single line title to use.
See Also:
add(java.lang.String)
Method Detail

add

public void add(String line)
Add the specified line of text to the title.

Parameters:
line - The line of text to add.

EchoPoint API - 3.0.0b5
App Webcontainer