|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLValue | |
---|---|
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. |
Uses of URLValue in org.eclipse.birt.chart.model.attribute |
---|
Methods in org.eclipse.birt.chart.model.attribute that return URLValue | |
---|---|
URLValue |
URLValue.copyInstance()
A convenient method to get an instance copy. |
URLValue |
AttributeFactory.createURLValue()
Returns a new object of class 'URL Value'. |
Methods in org.eclipse.birt.chart.model.attribute that return types with arguments of type URLValue | |
---|---|
org.eclipse.emf.common.util.EList<URLValue> |
MultiURLValues.getURLValues()
Returns the value of the 'URL Values' containment reference list. |
Uses of URLValue in org.eclipse.birt.chart.model.attribute.impl |
---|
Classes in org.eclipse.birt.chart.model.attribute.impl that implement URLValue | |
---|---|
class |
URLValueImpl
An implementation of the model object ' URL Value'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return URLValue | |
---|---|
URLValue |
URLValueImpl.copyInstance()
A convenient method to get an instance copy. |
static URLValue |
URLValueImpl.create(org.eclipse.emf.ecore.EObject parent,
org.eclipse.emf.ecore.EReference ref)
|
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()
|
Methods in org.eclipse.birt.chart.model.attribute.impl that return types with arguments of type URLValue | |
---|---|
org.eclipse.emf.common.util.EList<URLValue> |
MultiURLValuesImpl.getURLValues()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |