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 IChartAxis
public Color getColor()
getColor
in interface IChartAxis
public int getFontSize()
getFontSize
in interface IChartAxis
public String[] getLabels()
getLabels
in interface IChartAxis
public double[] getPositions()
getPositions
in interface IChartAxis
public Range getRange()
getRange
in interface IChartAxis
public ChartAxisType getType()
getType
in interface IChartAxis
public 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.