Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AxisOrigin |
AxisOrigin.copyInstance() |
AxisOrigin |
AttributeFactory.createAxisOrigin()
Returns a new object of class 'Axis Origin'.
|
Modifier and Type | Class and Description |
---|---|
class |
AxisOriginImpl
An implementation of the model object 'Axis Origin'.
|
Modifier and Type | Method and Description |
---|---|
AxisOrigin |
AxisOriginImpl.copyInstance() |
static AxisOrigin |
AxisOriginImpl.create(IntersectionType it,
DataElement de) |
AxisOrigin |
AttributeFactoryImpl.createAxisOrigin() |
static AxisOrigin |
AxisOriginImpl.createDefault(IntersectionType it,
DataElement de) |
Modifier and Type | Method and Description |
---|---|
AxisOrigin |
Axis.getOrigin()
Returns the value of the 'Origin' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Axis.setOrigin(AxisOrigin value)
Sets the value of the '
Origin ' containment reference. |
Modifier and Type | Method and Description |
---|---|
AxisOrigin |
AxisImpl.getOrigin() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetOrigin(AxisOrigin newOrigin,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
AxisImpl.setOrigin(AxisOrigin newOrigin) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.