Package cronapp.reports.j4c.charts
Class J4CAbstractChart
- java.lang.Object
-
- cronapp.reports.j4c.charts.J4CAbstractChart
-
- All Implemented Interfaces:
J4CChart,Serializable,Cloneable
- Direct Known Subclasses:
J4CPieChart
public abstract class J4CAbstractChart extends Object implements J4CChart
Caracteristicas básicas e comuns a todos os gráficos. Created by arthemus on 13/07/16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJ4CAbstractChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()J4CChartPositiongetPosition()intgetWidth()booleanisCentered()voidsetCentered(boolean centered)voidsetHeight(int height)voidsetPosition(J4CChartPosition j4CChartPosition)voidsetWidth(int width)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cronapp.reports.j4c.J4CChart
getImagePath, getJRType
-
-
-
-
Method Detail
-
setCentered
public void setCentered(boolean centered)
- Specified by:
setCenteredin interfaceJ4CChart
-
isCentered
public boolean isCentered()
- Specified by:
isCenteredin interfaceJ4CChart
-
setPosition
public void setPosition(J4CChartPosition j4CChartPosition)
- Specified by:
setPositionin interfaceJ4CChart
-
getPosition
public J4CChartPosition getPosition()
- Specified by:
getPositionin interfaceJ4CChart
-
-