com.androidplot.pie
Class Segment

java.lang.Object
  extended by com.androidplot.pie.Segment
All Implemented Interfaces:
Series<Number>

public class Segment
extends Object
implements Series<Number>


Constructor Summary
Segment(String title, Number value)
           
 
Method Summary
 String getTitle()
           
 Number getValue()
           
 void setTitle(String title)
           
 void setValue(Number value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Segment

public Segment(String title,
               Number value)
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface Series<Number>
Returns:
The title of this Series.

setTitle

public void setTitle(String title)

getValue

public Number getValue()

setValue

public void setValue(Number value)


Copyright © 2010-2013 androidplot.com. All Rights Reserved.