|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.eclipse.birt.chart.model.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
Uses of MarkerType in org.eclipse.birt.chart.model.attribute |
Fields in org.eclipse.birt.chart.model.attribute declared as MarkerType | |
static MarkerType |
MarkerType.CROSSHAIR_LITERAL
The 'Crosshair' literal object. |
static MarkerType |
MarkerType.TRIANGLE_LITERAL
The 'Triangle' literal object. |
static MarkerType |
MarkerType.BOX_LITERAL
The 'Box' literal object. |
static MarkerType |
MarkerType.CIRCLE_LITERAL
The 'Circle' literal object. |
static MarkerType |
MarkerType.ICON_LITERAL
The 'Icon' literal object. |
Methods in org.eclipse.birt.chart.model.attribute that return MarkerType | |
static MarkerType |
MarkerType.get(java.lang.String name)
Returns the 'Marker Type' literal with the specified name. |
static MarkerType |
MarkerType.get(int value)
Returns the 'Marker Type' literal with the specified value. |
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 |
MarkerImpl.getType()
|
MarkerType |
AttributeFactoryImpl.createMarkerTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type MarkerType | |
void |
MarkerImpl.setType(MarkerType newType)
|
Uses of MarkerType in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type MarkerType | |
boolean |
AttributeValidator.validateMarkerTypeObject(MarkerType markerTypeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |