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

Packages that use MarkerType
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 MarkerType in org.eclipse.birt.chart.model.attribute
 

Fields in org.eclipse.birt.chart.model.attribute declared as MarkerType
static MarkerType MarkerType.BOX_LITERAL
          The 'Box' literal object.
static MarkerType MarkerType.CIRCLE_LITERAL
          The 'Circle' literal object.
static MarkerType MarkerType.COLUMN_LITERAL
          The 'Column' literal object.
static MarkerType MarkerType.CROSS_LITERAL
          The 'Cross' literal object.
static MarkerType MarkerType.CROSSHAIR_LITERAL
          The 'Crosshair' literal object.
static MarkerType MarkerType.DIAMOND_LITERAL
          The 'Diamond' literal object.
static MarkerType MarkerType.ELLIPSE_LITERAL
          The 'Ellipse' literal object.
static MarkerType MarkerType.FOUR_DIAMONDS_LITERAL
          The 'Four Diamonds' literal object.
static MarkerType MarkerType.HEXAGON_LITERAL
          The 'Hexagon' literal object.
static MarkerType MarkerType.ICON_LITERAL
          The 'Icon' literal object.
static MarkerType MarkerType.NABLA_LITERAL
          The 'Nabla' literal object.
static MarkerType MarkerType.RECTANGLE_LITERAL
          The 'Rectangle' literal object.
static MarkerType MarkerType.SEMI_CIRCLE_LITERAL
          The 'Semi Circle' literal object.
static MarkerType MarkerType.STAR_LITERAL
          The 'Star' literal object.
static MarkerType MarkerType.TRIANGLE_LITERAL
          The 'Triangle' literal object.
 

Methods in org.eclipse.birt.chart.model.attribute that return MarkerType
static MarkerType MarkerType.get(int value)
          Returns the 'Marker Type' literal with the specified integer value.
static MarkerType MarkerType.get(java.lang.String literal)
          Returns the 'Marker Type' literal with the specified literal value.
static MarkerType MarkerType.getByName(java.lang.String name)
          Returns the 'Marker Type' literal with the specified name.
 MarkerType Marker.getType()
          Returns the value of the 'Type' attribute.
 

Methods in org.eclipse.birt.chart.model.attribute with parameters of type MarkerType
 void Marker.setType(MarkerType value)
          Sets the value of the 'Type' attribute.
 

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

Methods in org.eclipse.birt.chart.model.attribute.impl that return MarkerType
 MarkerType AttributeFactoryImpl.createMarkerTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 MarkerType AttributeFactoryImpl.createMarkerTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 MarkerType MarkerImpl.getType()
           
 

Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type MarkerType
static Marker MarkerImpl.create(MarkerType markerType, int size)
           
 void MarkerImpl.setType(MarkerType newType)
           
 



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