Package | Description |
---|---|
org.eclipse.birt.chart.model.attribute |
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.attribute.impl |
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.data |
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
|
org.eclipse.birt.chart.model.data.impl |
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
|
Modifier and Type | Method and Description |
---|---|
ScriptExpression |
ScriptValue.getScriptExpression() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptValue.setScriptExpression(ScriptExpression expression) |
Modifier and Type | Method and Description |
---|---|
ScriptExpression |
ScriptValueImpl.getScriptExpression() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptValueImpl.setScriptExpression(ScriptExpression expression) |
Modifier and Type | Method and Description |
---|---|
ScriptExpression |
Query.getDefinitionExpression() |
Modifier and Type | Method and Description |
---|---|
void |
Query.setDefinitionExpression(ScriptExpression expression) |
Modifier and Type | Method and Description |
---|---|
ScriptExpression |
QueryImpl.getDefinitionExpression() |
Modifier and Type | Method and Description |
---|---|
void |
QueryImpl.setDefinitionExpression(ScriptExpression expression) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.