|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.google.chart.model.Title
public class Title
A model object used to represent the title of a chart.
| 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 |
|---|
public Title()
public Title(String title)
title - The single line title to use.add(java.lang.String)| Method Detail |
|---|
public void add(String line)
line - The line of text to add.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||