Package cronapp.reports.j4c
Interface J4CChart
-
- All Superinterfaces:
Cloneable,Serializable
- All Known Implementing Classes:
J4CAbstractChart,J4CPieChart
public interface J4CChart extends Serializable, Cloneable
Contrato de um gráfico do relatório. Created by arthemus on 13/07/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()StringgetImagePath()bytegetJRType()J4CChartPositiongetPosition()intgetWidth()booleanisCentered()voidsetCentered(boolean centered)voidsetHeight(int height)voidsetPosition(J4CChartPosition j4CChartPosition)voidsetWidth(int width)
-
-
-
Method Detail
-
setHeight
void setHeight(int height)
-
getHeight
int getHeight()
-
setWidth
void setWidth(int width)
-
getWidth
int getWidth()
-
setCentered
void setCentered(boolean centered)
-
isCentered
boolean isCentered()
-
setPosition
void setPosition(J4CChartPosition j4CChartPosition)
-
getPosition
J4CChartPosition getPosition()
-
getJRType
byte getJRType()
-
getImagePath
String getImagePath()
-
-