Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
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.
|
Modifier and Type | Method and Description |
---|---|
URLValue |
IGObjectFactory.createURLValue(java.lang.String sBaseUrl,
java.lang.String sTarget,
java.lang.String sBaseParameterName,
java.lang.String sValueParameterName,
java.lang.String sSeriesParameterName) |
URLValue |
GObjectFactory.createURLValue(java.lang.String sBaseUrl,
java.lang.String sTarget,
java.lang.String sBaseParameterName,
java.lang.String sValueParameterName,
java.lang.String sSeriesParameterName) |
Modifier and Type | Method and Description |
---|---|
URLValue |
URLValue.copyInstance() |
URLValue |
AttributeFactory.createURLValue()
Returns a new object of class 'URL Value'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<URLValue> |
MultiURLValues.getURLValues()
Returns the value of the 'URL Values' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
URLValueImpl
An implementation of the model object '
URL Value'.
|
Modifier and Type | Method and Description |
---|---|
URLValue |
URLValueImpl.copyInstance()
A convenient method to get an instance copy.
|
static URLValue |
URLValueImpl.create(java.lang.String sBaseUrl,
java.lang.String sTarget,
java.lang.String sBaseParameterName,
java.lang.String sValueParameterName,
java.lang.String sSeriesParameterName)
A convenience method provided to create a new URLValue instance
NOTE: Manually written
|
URLValue |
AttributeFactoryImpl.createURLValue() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<URLValue> |
MultiURLValuesImpl.getURLValues() |
Copyright © 2005-2008 Actuate Corp. All rights reserved.