Uses of Interface
org.eclipse.birt.chart.model.attribute.URLValue
Packages that use URLValue
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
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.computation
Methods in org.eclipse.birt.chart.computation that return URLValueModifier and TypeMethodDescriptionGObjectFactory.createURLValue
(String sBaseUrl, String sTarget, String sBaseParameterName, String sValueParameterName, String sSeriesParameterName) IGObjectFactory.createURLValue
(String sBaseUrl, String sTarget, String sBaseParameterName, String sValueParameterName, String sSeriesParameterName) -
Uses of URLValue in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return URLValueModifier and TypeMethodDescriptionURLValue.copyInstance()
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 URLValueModifier and TypeMethodDescriptionorg.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 URLValueModifier and TypeClassDescriptionclass
An implementation of the model object ' URL Value'.Methods in org.eclipse.birt.chart.model.attribute.impl that return URLValueModifier and TypeMethodDescriptionURLValueImpl.copyInstance()
A convenient method to get an instance copy.static final URLValue
URLValueImpl.create
(String sBaseUrl, String sTarget, String sBaseParameterName, String sValueParameterName, String sSeriesParameterName) A convenience method provided to create a new URLValue instance NOTE: Manually writtenAttributeFactoryImpl.createURLValue()
Methods in org.eclipse.birt.chart.model.attribute.impl that return types with arguments of type URLValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<URLValue>
MultiURLValuesImpl.getURLValues()