public class ChartAxis extends Object implements IChartAxis
| Constructor and Description |
|---|
ChartAxis(ChartAxisType type) |
| Modifier and Type | Method and Description |
|---|---|
AxisAlignment |
getAlignment() |
Color |
getColor() |
int |
getFontSize() |
String[] |
getLabels() |
double[] |
getPositions() |
Range |
getRange() |
ChartAxisType |
getType() |
void |
setAlignment(AxisAlignment alignment) |
void |
setColor(Color color) |
void |
setFontSize(int fontSize) |
void |
setLabels(String[] labels) |
void |
setPositions(double[] positions) |
void |
setRange(Range range) |
void |
setType(ChartAxisType type) |
public ChartAxis(ChartAxisType type)
public AxisAlignment getAlignment()
getAlignment in interface IChartAxispublic Color getColor()
getColor in interface IChartAxispublic int getFontSize()
getFontSize in interface IChartAxispublic String[] getLabels()
getLabels in interface IChartAxispublic double[] getPositions()
getPositions in interface IChartAxispublic Range getRange()
getRange in interface IChartAxispublic ChartAxisType getType()
getType in interface IChartAxispublic void setAlignment(AxisAlignment alignment)
public void setColor(Color color)
public void setFontSize(int fontSize)
public void setLabels(String[] labels)
public void setPositions(double[] positions)
public void setRange(Range range)
public void setType(ChartAxisType type)
Copyright © 2015. All rights reserved.