org.openfaces.component.chart.impl
Class PieSectorInfoImpl
java.lang.Object
org.openfaces.component.chart.impl.PieSectorInfoImpl
- All Implemented Interfaces:
- java.io.Serializable, ItemInfo, PieSectorInfo
public class PieSectorInfoImpl
- extends java.lang.Object
- implements PieSectorInfo, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PieSectorInfoImpl
public PieSectorInfoImpl()
getSeries
public SeriesInfo getSeries()
- Specified by:
getSeries
in interface ItemInfo
setSeries
public void setSeries(SeriesInfo series)
- Specified by:
setSeries
in interface ItemInfo
setSeriesTotal
public void setSeriesTotal(double value)
- Specified by:
setSeriesTotal
in interface PieSectorInfo
getSeriesTotal
public double getSeriesTotal()
- Specified by:
getSeriesTotal
in interface PieSectorInfo
getKey
public java.lang.Object getKey()
- Specified by:
getKey
in interface ItemInfo
setKey
public void setKey(java.lang.Object key)
- Specified by:
setKey
in interface ItemInfo
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface ItemInfo
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValue
in interface ItemInfo
getProportionalValue
public java.lang.Object getProportionalValue()
- Specified by:
getProportionalValue
in interface PieSectorInfo
setProportionalValue
public void setProportionalValue(java.lang.Object proportionalValue)
- Specified by:
setProportionalValue
in interface PieSectorInfo
getIndex
public int getIndex()
- Specified by:
getIndex
in interface ItemInfo
setIndex
public void setIndex(int index)
- Specified by:
setIndex
in interface ItemInfo
hashCode
public int hashCode()
- Returns a hash code of the object.
- Overrides:
hashCode
in class java.lang.Object
- Returns:
- An int
equals
public boolean equals(java.lang.Object obj)
- Returns
true
if this object is equal to the specified
object, and false
otherwise.
- Overrides:
equals
in class java.lang.Object
- Parameters:
obj
- the other object.
- Returns:
- A boolean.
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.