public class ChartBreak extends ColorBreak
breakType, caption, color, drawShape, endValue, isNoData, startValue, tag| 构造器 | 说明 |
|---|---|
ChartBreak(ChartTypes chartType) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Object |
clone() |
Clone
|
AlignType |
getAlignType() |
Get align type
|
List<Integer> |
getBarHeights() |
Get bar heights
|
int |
getBarWidth() |
Get bar width
|
List<Float> |
getChartData() |
Get chart data
|
ChartTypes |
getChartType() |
Get chart type
|
float |
getDataSum() |
Get chart data sum
|
int |
getDecimalDigits() |
Get decimal digits
|
Extent |
getDrawExtent(PointF aPoint) |
Get draw extent
|
int |
getHeight() |
Get chart height
|
int |
getItemNum() |
Get chart item number
|
Color |
getLabelColor() |
Get label color
|
Font |
getLabelFont() |
Get label font
|
LegendScheme |
getLegendScheme() |
Get legend scheme
|
int |
getMaxSize() |
Get maximum size
|
float |
getMaxValue() |
Get maximum value
|
int |
getMinSize() |
Get minimum size
|
float |
getMinValue() |
Get minimum value
|
List<List<Float>> |
getPieAngles() |
Get pie angles
|
List<Float> |
getPieRatios() |
Get pie ratios
|
ChartBreak |
getSampleChartBreak() |
Get sample chart break
|
int |
getShapeIndex() |
Get shape index
|
int |
getThickness() |
Get 3D thickness
|
int |
getWidth() |
Get chart width
|
int |
getXShift() |
Get x shift
|
int |
getYShift() |
Get y shift
|
boolean |
isDrawLabel() |
Get if draw label
|
boolean |
isView3D() |
Get if view 3D
|
void |
setAlignType(AlignType atype) |
Set align type
|
void |
setBarWidth(int width) |
Set bar width
|
void |
setChartData(List<Float> cData) |
Set chart data
|
void |
setChartType(ChartTypes cType) |
Set chart type
|
void |
setDecimalDigits(int value) |
Set decimal digits
|
void |
setDrawLabel(boolean value) |
Set if draw label
|
void |
setLabelColor(Color value) |
Set label color
|
void |
setLabelFont(Font value) |
Set label font
|
void |
setLegendScheme(LegendScheme ls) |
Set legend scheme
|
void |
setMaxSize(int maxSize) |
Set maximum size
|
void |
setMaxValue(float maxValue) |
Set maximum value
|
void |
setMinSize(int minSize) |
Set minimum size
|
void |
setMinValue(float minValue) |
Set minimum value
|
void |
setShapeIndex(int sIdx) |
Set shape index
|
void |
setThickness(int thickness) |
Set 3D thickness
|
void |
setView3D(boolean v3d) |
Set if view 3D
|
void |
setXShift(int xshift) |
Set x shift
|
void |
setYShift(int yshift) |
Set y shift
|
exportToXML, getBreakType, getCaption, getColor, getEndValue, getPropertyObject, getStartValue, getTag, getValueString, isDrawShape, isNoData, setBreakType, setCaption, setColor, setDrawShape, setEndValue, setNoData, setStartValue, setTagpublic ChartBreak(ChartTypes chartType)
chartType - Chart typepublic ChartTypes getChartType()
public void setChartType(ChartTypes cType)
cType - Chart typepublic void setChartData(List<Float> cData)
cData - Chart data listpublic int getItemNum()
public float getDataSum()
public int getXShift()
public void setXShift(int xshift)
xshift - X shiftpublic int getYShift()
public void setYShift(int yshift)
yshift - Y shiftpublic LegendScheme getLegendScheme()
public void setLegendScheme(LegendScheme ls)
ls - Legend schemepublic int getMaxSize()
public void setMaxSize(int maxSize)
maxSize - Maximum sizepublic int getMinSize()
public void setMinSize(int minSize)
minSize - Minimum sizepublic float getMaxValue()
public void setMaxValue(float maxValue)
maxValue - Maximum valuepublic float getMinValue()
public void setMinValue(float minValue)
minValue - Minimum valuepublic int getBarWidth()
public void setBarWidth(int width)
width - Bar widthpublic AlignType getAlignType()
public void setAlignType(AlignType atype)
atype - Align typepublic boolean isView3D()
public void setView3D(boolean v3d)
v3d - public int getThickness()
public void setThickness(int thickness)
thickness - 3D thicknesspublic int getShapeIndex()
public void setShapeIndex(int sIdx)
sIdx - Shape indexpublic boolean isDrawLabel()
public void setDrawLabel(boolean value)
value - Booleanpublic Font getLabelFont()
public void setLabelFont(Font value)
value - Label fontpublic Color getLabelColor()
public void setLabelColor(Color value)
value - Label colorpublic int getDecimalDigits()
public void setDecimalDigits(int value)
value - Decimal digitspublic int getWidth()
public int getHeight()
public Object clone()
clone 在类中 ColorBreakpublic ChartBreak getSampleChartBreak()
Copyright © 2019. All rights reserved.