Package cronapp.reports.j4c.charts
Class J4CPieChart
- java.lang.Object
-
- cronapp.reports.j4c.charts.J4CAbstractChart
-
- cronapp.reports.j4c.charts.J4CPieChart
-
- All Implemented Interfaces:
J4CChart,Serializable,Cloneable
public class J4CPieChart extends J4CAbstractChart
Referência ao gráfico de pizza. Created by arthemus on 13/07/16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description J4CPieChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description J4CPieChartclone()booleanequals(Object o)StringgetImagePath()bytegetJRType()StringgetKey()StringgetSerie()inthashCode()voidsetKey(String key)voidsetSerie(String serie)StringtoString()-
Methods inherited from class cronapp.reports.j4c.charts.J4CAbstractChart
getHeight, getPosition, getWidth, isCentered, setCentered, setHeight, setPosition, setWidth
-
-