|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartGenerator
An interface to chart generators.
| Field Summary | |
|---|---|
static int |
BY_COLUMN
The column based model order. |
static int |
BY_ROW
The row based model order. |
| Method Summary | |
|---|---|
Encoder |
createEncoder(String extension)
Creates a new empty encoder. |
ChartLayout |
generate(ChartModel[] data,
int type,
int orientation)
Generates a layout from the specified models. |
ChartLayout |
generate(ChartModel[] data,
int type,
int orientation,
int order,
int index)
Generates an ordered layout from the specified models. |
ChartLayout |
generate(ChartModel data,
int type,
int orientation)
Generates a layout from the specified model. |
ChartLayout |
generate(ChartModel data,
int type,
int orientation,
int order,
int index)
Generates an ordered layout from the specified model. |
String |
getEncoderClassName(String extension)
Gets the class name of the specified encoder. |
void |
removeEncoderClassName(String extension)
Removes the class name of the specified encoder. |
void |
setEncoderClassName(String extension,
String className)
Sets the class name of the specified encoder. |
| Methods inherited from interface org.norther.tammi.core.config.Configurable |
|---|
addProperty, addProperty, clearProperties, containsProperty, getConfigKey, getProperties, getProperty, getPropertyFilePath, indexOfProperty, propertyMap, propertyMap, removeProperty, removeProperty, setConfigKey, setProperties, setProperty, setPropertyFilePath, setPropertyFilePath, storeProperties |
| Field Detail |
|---|
static final int BY_COLUMN
static final int BY_ROW
| Method Detail |
|---|
ChartLayout generate(ChartModel data,
int type,
int orientation)
throws LogException
data - the data model.type - the chart type.orientation - the orientation.
LogException - on errors.
ChartLayout generate(ChartModel[] data,
int type,
int orientation)
throws LogException
data - the data models.type - the chart type.orientation - the orientation.
LogException - on errors.
ChartLayout generate(ChartModel data,
int type,
int orientation,
int order,
int index)
throws LogException
data - the data model.type - the chart type.orientation - the orientation.order - the model order.index - the model index.
LogException - on errors.
ChartLayout generate(ChartModel[] data,
int type,
int orientation,
int order,
int index)
throws LogException
data - the data models.type - the chart type.orientation - the orientation.order - the model order.index - the model index.
LogException - on errors.String getEncoderClassName(String extension)
extension - the file name or extension.
void setEncoderClassName(String extension,
String className)
extension - the file name or extension.className - the class name of the encoder.void removeEncoderClassName(String extension)
extension - the file name or extension.
Encoder createEncoder(String extension)
throws LogException
extension - the file name or extension.
LogException - on errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||