Uses of Interface
org.eclipse.birt.chart.model.attribute.URLValue

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. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
 

Uses of URLValue in org.eclipse.birt.chart.model.attribute
 

Methods in org.eclipse.birt.chart.model.attribute that return URLValue
 URLValue AttributeFactory.createURLValue()
          Returns a new object of class 'URL Value'.
 

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
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()
           
 

Uses of URLValue in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type URLValue
 java.lang.Object AttributeSwitch.caseURLValue(URLValue object)
          Returns the result of interpretting the object as an instance of 'URL Value'.
 boolean AttributeValidator.validateURLValue(URLValue urlValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.