Uses of Interface
org.eclipse.birt.chart.model.attribute.Cursor
Packages that use Cursor
Package
Description
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
Contains core class implementations for blocks associated with the chart
representation.
-
Uses of Cursor in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event that return CursorMethods in org.eclipse.birt.chart.event with parameters of type Cursor -
Uses of Cursor in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return CursorModifier and TypeMethodDescriptionCursor.copyInstance()
AttributeFactory.createCursor()
Returns a new object of class 'Cursor'. -
Uses of Cursor in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement CursorModifier and TypeClassDescriptionclass
An implementation of the model object 'Cursor'.Methods in org.eclipse.birt.chart.model.attribute.impl that return Cursor -
Uses of Cursor in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return CursorModifier and TypeMethodDescriptionAxis.getCursor()
Returns the value of the 'Cursor' containment reference.MarkerLine.getCursor()
Returns the value of the 'Cursor' containment reference.MarkerRange.getCursor()
Returns the value of the 'Cursor' containment reference.Series.getCursor()
Returns the value of the 'Cursor' containment reference.Methods in org.eclipse.birt.chart.model.component with parameters of type Cursor -
Uses of Cursor in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return CursorModifier and TypeMethodDescriptionAxisImpl.getCursor()
MarkerLineImpl.getCursor()
MarkerRangeImpl.getCursor()
SeriesImpl.getCursor()
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type CursorModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
AxisImpl.basicSetCursor
(Cursor newCursor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
MarkerLineImpl.basicSetCursor
(Cursor newCursor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
MarkerRangeImpl.basicSetCursor
(Cursor newCursor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
SeriesImpl.basicSetCursor
(Cursor newCursor, org.eclipse.emf.common.notify.NotificationChain msgs) void
void
void
void
-
Uses of Cursor in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return CursorModifier and TypeMethodDescriptionBlock.getCursor()
Returns the value of the 'Cursor' containment reference.Methods in org.eclipse.birt.chart.model.layout with parameters of type Cursor -
Uses of Cursor in org.eclipse.birt.chart.model.layout.impl
Methods in org.eclipse.birt.chart.model.layout.impl that return CursorMethods in org.eclipse.birt.chart.model.layout.impl with parameters of type CursorModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
BlockImpl.basicSetCursor
(Cursor newCursor, org.eclipse.emf.common.notify.NotificationChain msgs) void