public class ChartData extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getAlpha() |
String |
getBackground() |
String |
getColors() |
Object |
getDatasource() |
int |
getDepth() |
List |
getExtensions() |
String |
getForeground() |
String |
getGenerateMap() |
int |
getHeight() |
float |
getLegendFontSize() |
float |
getLineStokeWidth() |
String |
getOrientation() |
String |
getOutput() |
int |
getStartAngle() |
String |
getTitle() |
String |
getType() |
int |
getWidth() |
String |
getXlabel() |
String |
getYlabel() |
boolean |
isAntialias() |
boolean |
isChart3d() |
boolean |
isDomainGridLines() |
boolean |
isLegend() |
boolean |
isLegendBorder() |
boolean |
isOutline() |
boolean |
isRangeGridLines() |
void |
setAlpha(int alpha) |
void |
setAntialias(boolean antialias) |
void |
setBackground(String background) |
void |
setChart3d(boolean chart3d) |
void |
setColors(String colors) |
void |
setDatasource(Object datasource) |
void |
setDepth(int depth) |
void |
setDomainGridLines(boolean domainGridLines) |
void |
setExtensions(List extensions) |
void |
setForeground(String foreground) |
void |
setGenerateMap(String generateMap) |
void |
setHeight(int height) |
void |
setLegend(boolean legend) |
void |
setLegendBorder(boolean legendBorder) |
void |
setLegendFontSize(float legendFontSize) |
void |
setLineStokeWidth(float lineStokeWidth) |
void |
setOrientation(String orientation) |
void |
setOutline(boolean outline) |
void |
setOutput(String output) |
void |
setRangeGridLines(boolean rangeGridLines) |
void |
setStartAngle(int startAngle) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setWidth(int width) |
void |
setXlabel(String xlabel) |
void |
setYlabel(String ylabel) |
public ChartData()
public ChartData(UIChart chart)
public int getAlpha()
public void setAlpha(int alpha)
public boolean isAntialias()
public void setAntialias(boolean antialias)
public String getBackground()
public void setBackground(String background)
public String getForeground()
public void setForeground(String foreground)
public boolean isChart3d()
public void setChart3d(boolean chart3d)
public String getColors()
public void setColors(String colors)
public Object getDatasource()
public void setDatasource(Object datasource)
public int getDepth()
public void setDepth(int depth)
public int getHeight()
public void setHeight(int height)
public boolean isLegend()
public void setLegend(boolean legend)
public String getOrientation()
public void setOrientation(String orientation)
public boolean isOutline()
public void setOutline(boolean outline)
public int getStartAngle()
public void setStartAngle(int startAngle)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
public int getWidth()
public void setWidth(int width)
public String getXlabel()
public void setXlabel(String xlabel)
public String getYlabel()
public void setYlabel(String ylabel)
public String getOutput()
public void setOutput(String output)
public List getExtensions()
public void setExtensions(List extensions)
public float getLegendFontSize()
public void setLegendFontSize(float legendFontSize)
public String getGenerateMap()
public void setGenerateMap(String generateMap)
public boolean isDomainGridLines()
public void setDomainGridLines(boolean domainGridLines)
public boolean isRangeGridLines()
public void setRangeGridLines(boolean rangeGridLines)
public boolean isLegendBorder()
public void setLegendBorder(boolean legendBorder)
public float getLineStokeWidth()
public void setLineStokeWidth(float lineStokeWidth)
Copyright © 2015 Intersult GmbH. All rights reserved.