org.silverpeas.chart
Class ChartAxis

java.lang.Object
  extended by org.silverpeas.chart.ChartAxis

public class ChartAxis
extends Object

Author:
Yohann Chastagnier

Method Summary
 String getTitle()
          Gets the title of the axis.
 ChartAxis setTitle(String title)
          Sets the title of the axis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTitle

public String getTitle()
Gets the title of the axis.

Returns:
the title as string.

setTitle

public ChartAxis setTitle(String title)
Sets the title of the axis.

Parameters:
title - the title to set.
Returns:
the current instance of ChartAxis.


Copyright © 2016 Silverpeas. All Rights Reserved.