@Table(name="FC_CHART") public class Chart extends BaseApplicationEntity
| Constructor and Description |
|---|
Chart() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
ChartPaletteType |
getPaletteType() |
String |
getPaletteTypeDesc() |
String |
getProvider() |
String |
getRule() |
String |
getSubTitle() |
String |
getTitle() |
ChartType |
getType() |
String |
getTypeDesc() |
int |
getWidth() |
boolean |
isShowDataLabels() |
boolean |
isShowGrid() |
boolean |
isSmooth() |
boolean |
isStacked() |
void |
setHeight(int height) |
void |
setPaletteType(ChartPaletteType paletteType) |
void |
setPaletteTypeDesc(String paletteTypeDesc) |
void |
setProvider(String provider) |
void |
setRule(String rule) |
void |
setShowDataLabels(boolean showDataLabels) |
void |
setShowGrid(boolean showGrid) |
void |
setSmooth(boolean smooth) |
void |
setStacked(boolean stacked) |
void |
setSubTitle(String subTitle) |
void |
setTitle(String title) |
void |
setType(ChartType type) |
void |
setTypeDesc(String typeDesc) |
void |
setWidth(int width) |
getApplicationDesc, getApplicationId, getApplicationName, setApplicationDesc, setApplicationId, setApplicationNamegetConfigType, getConfigTypeDesc, setConfigType, setConfigTypeDescgetDescription, getName, setDescription, setNamegetCreatedBy, getCreateDt, getUpdatedBy, getUpdateDt, setCreatedBy, setCreateDt, setUpdatedBy, setUpdateDtgetVersionNo, setVersionNogetId, isIdBlank, isReserved, setIdequals, getListDescription, getListKey, hashCode, ignore, toStringpublic ChartType getType()
public void setType(ChartType type)
public ChartPaletteType getPaletteType()
public void setPaletteType(ChartPaletteType paletteType)
public String getTitle()
public void setTitle(String title)
public String getSubTitle()
public void setSubTitle(String subTitle)
public String getProvider()
public void setProvider(String provider)
public String getRule()
public void setRule(String rule)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public boolean isStacked()
public void setStacked(boolean stacked)
public boolean isShowGrid()
public void setShowGrid(boolean showGrid)
public boolean isShowDataLabels()
public void setShowDataLabels(boolean showDataLabels)
public boolean isSmooth()
public void setSmooth(boolean smooth)
public String getTypeDesc()
public void setTypeDesc(String typeDesc)
public String getPaletteTypeDesc()
public void setPaletteTypeDesc(String paletteTypeDesc)
Copyright © 2022. All rights reserved.