|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScaleTypeEnum | |
|---|---|
| net.sf.jasperreports.charts | Contains interfaces for chart plots and chart datasets. |
| net.sf.jasperreports.charts.base | Contains base implementations for chart related interfaces. |
| net.sf.jasperreports.charts.fill | Contains fill time implementations for chart related interfaces. |
| net.sf.jasperreports.charts.type | |
| Uses of ScaleTypeEnum in net.sf.jasperreports.charts |
|---|
| Methods in net.sf.jasperreports.charts that return ScaleTypeEnum | |
|---|---|
ScaleTypeEnum |
JRBubblePlot.getScaleTypeValue()
|
| Methods in net.sf.jasperreports.charts with parameters of type ScaleTypeEnum | |
|---|---|
void |
JRBubblePlot.setScaleType(ScaleTypeEnum scaleType)
|
| Uses of ScaleTypeEnum in net.sf.jasperreports.charts.base |
|---|
| Fields in net.sf.jasperreports.charts.base declared as ScaleTypeEnum | |
|---|---|
protected ScaleTypeEnum |
JRBaseBubblePlot.scaleTypeValue
|
| Methods in net.sf.jasperreports.charts.base that return ScaleTypeEnum | |
|---|---|
ScaleTypeEnum |
JRBaseBubblePlot.getScaleTypeValue()
|
| Methods in net.sf.jasperreports.charts.base with parameters of type ScaleTypeEnum | |
|---|---|
void |
JRBaseBubblePlot.setScaleType(ScaleTypeEnum scaleTypeValue)
|
| Uses of ScaleTypeEnum in net.sf.jasperreports.charts.fill |
|---|
| Methods in net.sf.jasperreports.charts.fill that return ScaleTypeEnum | |
|---|---|
ScaleTypeEnum |
JRFillBubblePlot.getScaleTypeValue()
|
| Methods in net.sf.jasperreports.charts.fill with parameters of type ScaleTypeEnum | |
|---|---|
void |
JRFillBubblePlot.setScaleType(ScaleTypeEnum scaleType)
|
| Uses of ScaleTypeEnum in net.sf.jasperreports.charts.type |
|---|
| Methods in net.sf.jasperreports.charts.type that return ScaleTypeEnum | |
|---|---|
static ScaleTypeEnum |
ScaleTypeEnum.getByName(java.lang.String name)
|
static ScaleTypeEnum |
ScaleTypeEnum.getByValue(byte value)
|
static ScaleTypeEnum |
ScaleTypeEnum.getByValue(java.lang.Byte value)
|
static ScaleTypeEnum |
ScaleTypeEnum.getByValue(java.lang.Integer value)
|
static ScaleTypeEnum |
ScaleTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScaleTypeEnum[] |
ScaleTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||