Package io.jmix.reports.entity.charts
Class AbstractChartDescription
java.lang.Object
io.jmix.reports.entity.charts.AbstractChartDescription
- Direct Known Subclasses:
 PieChartDescription,SerialChartDescription
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractChartDescriptionfromJsonString(String jsonString) protected static com.google.gson.GsongetGson()getId()getType()voidsetCustomJsonConfig(String customJsonConfig) voidvoidsetShowLegend(Boolean showLegend) static StringtoJsonString(AbstractChartDescription chartDescription)  
- 
Field Details
- 
id
 - 
type
 - 
showLegend
 - 
customJsonConfig
 
 - 
 - 
Constructor Details
- 
AbstractChartDescription
 
 - 
 - 
Method Details
- 
fromJsonString
 - 
toJsonString
 - 
getGson
protected static com.google.gson.Gson getGson() - 
getId
 - 
setId
 - 
getType
 - 
getShowLegend
 - 
setShowLegend
 - 
setCustomJsonConfig
 - 
getCustomJsonConfig
 
 -