cn.limc.androidcharts.entity
Class TitleValueColorEntity

java.lang.Object
  extended by cn.limc.androidcharts.entity.TitleValueEntity
      extended by cn.limc.androidcharts.entity.TitleValueColorEntity

public class TitleValueColorEntity
extends TitleValueEntity

Entity data which its value is titled and with color

表示用データです、値はタイトルや色の設定は可能です。

支持显示标题的值的实体对象

Version:
v1.0 2011/05/29 12:19:06
Author:
limc
See Also:
TitleValueEntity

Constructor Summary
TitleValueColorEntity()
           Constructor of TitleValueColorEntity
TitleValueColorEntity(java.lang.String title, float value, int color)
           Constructor of TitleValueColorEntity
 
Method Summary
 int getColor()
           
 void setColor(int color)
           
 
Methods inherited from class cn.limc.androidcharts.entity.TitleValueEntity
getTitle, getValue, setTitle, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleValueColorEntity

public TitleValueColorEntity(java.lang.String title,
                             float value,
                             int color)

Constructor of TitleValueColorEntity

TitleValueColorEntity类对象的构造函数

TitleValueColorEntityのコンストラクター

Parameters:
title -

Title

タイトル

标题

value -

Value

color -

Color

颜色


TitleValueColorEntity

public TitleValueColorEntity()

Constructor of TitleValueColorEntity

TitleValueColorEntity类对象的构造函数

TitleValueColorEntityのコンストラクター

Method Detail

getColor

public int getColor()
Returns:
the color

setColor

public void setColor(int color)
Parameters:
color - the color to set