public class ChartDef extends BaseApplicationEntityDef
| Modifier and Type | Class and Description |
|---|---|
static class |
ChartDef.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
ChartPaletteType |
getPaletteType() |
String |
getProvider() |
String |
getRule() |
String |
getSubTitle() |
String |
getTitle() |
ChartType |
getType() |
int |
getWidth() |
boolean |
isShowDataLabels() |
boolean |
isShowGrid() |
boolean |
isSmooth() |
boolean |
isStacked() |
static ChartDef.Builder |
newBuilder(ChartType type,
ChartPaletteType paletteType,
String provider,
String rule,
String longName,
String description,
Long id,
long version) |
getApplicationName, getDescription, getId, getListDescription, getListKey, getLongName, getName, getNameParts, getVersionpublic ChartType getType()
public ChartPaletteType getPaletteType()
public String getTitle()
public String getSubTitle()
public String getProvider()
public String getRule()
public int getWidth()
public int getHeight()
public boolean isStacked()
public boolean isShowGrid()
public boolean isShowDataLabels()
public boolean isSmooth()
public static ChartDef.Builder newBuilder(ChartType type, ChartPaletteType paletteType, String provider, String rule, String longName, String description, Long id, long version)
Copyright © 2022. All rights reserved.