Uses of Class
org.eclipse.birt.chart.model.attribute.LeaderLineStyle

Packages that use LeaderLineStyle
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. 
org.eclipse.birt.chart.model.type Contains a default out-of-the-box set of series type interfaces that are associated with all charts. 
org.eclipse.birt.chart.model.type.impl Contains a default out-of-the-box set of series type core implementation classes that are associated with all charts. 
 

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

Fields in org.eclipse.birt.chart.model.attribute declared as LeaderLineStyle
static LeaderLineStyle LeaderLineStyle.FIXED_LENGTH_LITERAL
          The 'Fixed Length' literal object.
static LeaderLineStyle LeaderLineStyle.STRETCH_TO_SIDE_LITERAL
          The 'Stretch To Side' literal object.
 

Methods in org.eclipse.birt.chart.model.attribute that return LeaderLineStyle
static LeaderLineStyle LeaderLineStyle.get(int value)
          Returns the 'Leader Line Style' literal with the specified integer value.
static LeaderLineStyle LeaderLineStyle.get(java.lang.String literal)
          Returns the 'Leader Line Style' literal with the specified literal value.
static LeaderLineStyle LeaderLineStyle.getByName(java.lang.String name)
          Returns the 'Leader Line Style' literal with the specified name.
 

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

Methods in org.eclipse.birt.chart.model.attribute.impl that return LeaderLineStyle
 LeaderLineStyle AttributeFactoryImpl.createLeaderLineStyleFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LeaderLineStyle AttributeFactoryImpl.createLeaderLineStyleObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

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

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type LeaderLineStyle
 boolean AttributeValidator.validateLeaderLineStyle(LeaderLineStyle leaderLineStyle, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean AttributeValidator.validateLeaderLineStyleObject(LeaderLineStyle leaderLineStyleObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of LeaderLineStyle in org.eclipse.birt.chart.model.type
 

Methods in org.eclipse.birt.chart.model.type that return LeaderLineStyle
 LeaderLineStyle PieSeries.getLeaderLineStyle()
          Returns the value of the 'Leader Line Style' attribute.
 

Methods in org.eclipse.birt.chart.model.type with parameters of type LeaderLineStyle
 void PieSeries.setLeaderLineStyle(LeaderLineStyle value)
          Sets the value of the 'Leader Line Style' attribute.
 

Uses of LeaderLineStyle in org.eclipse.birt.chart.model.type.impl
 

Methods in org.eclipse.birt.chart.model.type.impl that return LeaderLineStyle
 LeaderLineStyle PieSeriesImpl.getLeaderLineStyle()
           
 

Methods in org.eclipse.birt.chart.model.type.impl with parameters of type LeaderLineStyle
 void PieSeriesImpl.setLeaderLineStyle(LeaderLineStyle newLeaderLineStyle)
           
 



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