public abstract class AbstractChart extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractChart.MolgenisChartType |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HEIGHT |
static int |
DEFAULT_WITH |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractChart() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
String |
getTitle() |
AbstractChart.MolgenisChartType |
getType() |
int |
getWidth() |
String |
getxLabel() |
String |
getyLabel() |
void |
setHeight(int height) |
void |
setTitle(String title) |
void |
setType(AbstractChart.MolgenisChartType type) |
void |
setWidth(int width) |
void |
setxLabel(String xLabel) |
void |
setyLabel(String yLabel) |
public static final int DEFAULT_WITH
public static final int DEFAULT_HEIGHT
public String getTitle()
public void setTitle(String title)
public String getxLabel()
public void setxLabel(String xLabel)
public String getyLabel()
public void setyLabel(String yLabel)
public AbstractChart.MolgenisChartType getType()
public void setType(AbstractChart.MolgenisChartType type)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
Copyright © 2014. All Rights Reserved.