Package | Description |
---|---|
org.eclipse.birt.chart.event |
Contains classes that define a rendering notification that is interpreted by
a device renderer.
|
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.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
org.eclipse.birt.chart.model.component.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
org.eclipse.birt.chart.model.layout |
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
|
org.eclipse.birt.chart.model.layout.impl |
Contains core class implementations for blocks associated with the chart
representation.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
InteractionEvent.getCursor()
Returns mouse cursor.
|
Modifier and Type | Method and Description |
---|---|
void |
InteractionEvent.setCursor(Cursor cursor)
Set mouse cursor.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
Cursor.copyInstance() |
Cursor |
AttributeFactory.createCursor()
Returns a new object of class 'Cursor'.
|
Modifier and Type | Class and Description |
---|---|
class |
CursorImpl
An implementation of the model object 'Cursor'.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
CursorImpl.copyInstance() |
Cursor |
AttributeFactoryImpl.createCursor() |
Modifier and Type | Method and Description |
---|---|
Cursor |
Series.getCursor()
Returns the value of the 'Cursor' containment reference.
|
Cursor |
MarkerRange.getCursor()
Returns the value of the 'Cursor' containment reference.
|
Cursor |
MarkerLine.getCursor()
Returns the value of the 'Cursor' containment reference.
|
Cursor |
Axis.getCursor()
Returns the value of the 'Cursor' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Series.setCursor(Cursor value)
Sets the value of the '
Cursor ' containment reference. |
void |
MarkerRange.setCursor(Cursor value)
Sets the value of the '
Cursor ' containment reference. |
void |
MarkerLine.setCursor(Cursor value)
Sets the value of the '
Cursor ' containment reference. |
void |
Axis.setCursor(Cursor value)
Sets the value of the '
Cursor ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Cursor |
SeriesImpl.getCursor() |
Cursor |
MarkerRangeImpl.getCursor() |
Cursor |
MarkerLineImpl.getCursor() |
Cursor |
AxisImpl.getCursor() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SeriesImpl.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 |
MarkerLineImpl.basicSetCursor(Cursor newCursor,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetCursor(Cursor newCursor,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SeriesImpl.setCursor(Cursor newCursor) |
void |
MarkerRangeImpl.setCursor(Cursor newCursor) |
void |
MarkerLineImpl.setCursor(Cursor newCursor) |
void |
AxisImpl.setCursor(Cursor newCursor) |
Modifier and Type | Method and Description |
---|---|
Cursor |
Block.getCursor()
Returns the value of the 'Cursor' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Block.setCursor(Cursor value)
Sets the value of the '
Cursor ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Cursor |
BlockImpl.getCursor() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetCursor(Cursor newCursor,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BlockImpl.setCursor(Cursor newCursor) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.