|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.format.AbstractChartDataFormatterAdapter
public abstract class AbstractChartDataFormatterAdapter
Title: IJChart
Description: a chart library for the Java(tm) platform.
A adapter class provides support for formattingIChartData
Object.
Copyright: Copyright (c) 2013
Company:
Constructor Summary | |
---|---|
AbstractChartDataFormatterAdapter()
|
Method Summary | |
---|---|
java.lang.String |
format(IMatrixDataset dataset,
int row,
int column)
Formatted an IChartData object to a string. |
java.lang.String |
format(IMatrixDataset dataset,
int row,
int column,
int index)
Formatted an IChartData object to a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractChartDataFormatterAdapter()
Method Detail |
---|
public java.lang.String format(IMatrixDataset dataset, int row, int column)
IChartData
object to a string.
format
in interface IChartDataFormatter
dataset
- IMatrixDataset
The dataset (null not permitted).row
- int
The dataset row number,must be greater than or equal to 0.column
- int
The dataset column number,must be greater than or equal to 0.
public java.lang.String format(IMatrixDataset dataset, int row, int column, int index)
IChartData
object to a string.
format
in interface IChartDataFormatter
dataset
- IMatrixDataset
The dataset (null not permitted).row
- int
The dataset row number,must be greater than or equal to 0.column
- int
The dataset column number,must be greater than or equal to 0.index
- int
The index of a dataset data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |