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

Packages that use ScriptValue
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. 
 

Uses of ScriptValue in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation that return ScriptValue
 ScriptValue IGObjectFactory.createScriptValue(java.lang.String script)
           
 ScriptValue GObjectFactory.createScriptValue(java.lang.String script)
           
 

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

Methods in org.eclipse.birt.chart.model.attribute that return ScriptValue
 ScriptValue ScriptValue.copyInstance()
          A convenient method to get an instance copy.
 ScriptValue AttributeFactory.createScriptValue()
          Returns a new object of class 'Script Value'.
 

Uses of ScriptValue in org.eclipse.birt.chart.model.attribute.impl
 

Classes in org.eclipse.birt.chart.model.attribute.impl that implement ScriptValue
 class ScriptValueImpl
          An implementation of the model object ' Script Value'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return ScriptValue
 ScriptValue ScriptValueImpl.copyInstance()
          A convenient method to get an instance copy.
static ScriptValue ScriptValueImpl.create(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference ref)
           
static ScriptValue ScriptValueImpl.create(java.lang.String script)
          A convenience method provided to build a script action value when needed
 ScriptValue AttributeFactoryImpl.createScriptValue()
           
 



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