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

Packages that use ChartDimension
org.eclipse.birt.chart.model Contains the chart model interfaces that define the starting point for creating a new chart. 
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.impl Represents the chart model implementation classes that define the starting point for creating a new chart. 
 

Uses of ChartDimension in org.eclipse.birt.chart.model
 

Methods in org.eclipse.birt.chart.model that return ChartDimension
 ChartDimension Chart.getDimension()
          Returns the value of the 'Dimension' attribute.
 

Methods in org.eclipse.birt.chart.model with parameters of type ChartDimension
 void Chart.setDimension(ChartDimension value)
          Sets the value of the 'Dimension' attribute.
 

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

Fields in org.eclipse.birt.chart.model.attribute declared as ChartDimension
static ChartDimension ChartDimension.THREE_DIMENSIONAL_LITERAL
          The 'Three Dimensional' literal object.
static ChartDimension ChartDimension.TWO_DIMENSIONAL_LITERAL
          The 'Two Dimensional' literal object.
static ChartDimension ChartDimension.TWO_DIMENSIONAL_WITH_DEPTH_LITERAL
          The 'Two Dimensional With Depth' literal object.
 

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

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

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

Uses of ChartDimension in org.eclipse.birt.chart.model.impl
 

Methods in org.eclipse.birt.chart.model.impl that return ChartDimension
 ChartDimension ChartImpl.getDimension()
           
 

Methods in org.eclipse.birt.chart.model.impl with parameters of type ChartDimension
 void ChartImpl.setDimension(ChartDimension newDimension)
           
 



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