Package | Description |
---|---|
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 |
---|---|
Grid |
Grid.copyInstance() |
Grid |
ComponentFactory.createGrid()
Returns a new object of class 'Grid'.
|
Grid |
Dial.getMajorGrid()
Returns the value of the 'Major Grid' containment reference.
|
Grid |
Axis.getMajorGrid()
Returns the value of the 'Major Grid' containment reference.
|
Grid |
Dial.getMinorGrid()
Returns the value of the 'Minor Grid' containment reference.
|
Grid |
Axis.getMinorGrid()
Returns the value of the 'Minor Grid' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Dial.setMajorGrid(Grid value)
Sets the value of the '
Major Grid ' containment reference. |
void |
Axis.setMajorGrid(Grid value)
Sets the value of the '
Major Grid ' containment reference. |
void |
Dial.setMinorGrid(Grid value)
Sets the value of the '
Minor Grid ' containment reference. |
void |
Axis.setMinorGrid(Grid value)
Sets the value of the '
Minor Grid ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
GridImpl
An implementation of the model object '
Grid'.
|
Modifier and Type | Method and Description |
---|---|
Grid |
GridImpl.copyInstance() |
static Grid |
GridImpl.create(boolean visible,
ColorDefinition cd,
LineStyle ls,
int iThickness,
TickStyle tickStyle) |
static Grid |
GridImpl.createDefault(boolean visible,
ColorDefinition cd,
LineStyle ls,
int iThickness,
TickStyle tickStyle) |
Grid |
ComponentFactoryImpl.createGrid() |
Grid |
DialImpl.getMajorGrid() |
Grid |
AxisImpl.getMajorGrid() |
Grid |
DialImpl.getMinorGrid() |
Grid |
AxisImpl.getMinorGrid() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DialImpl.basicSetMajorGrid(Grid newMajorGrid,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetMajorGrid(Grid newMajorGrid,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DialImpl.basicSetMinorGrid(Grid newMinorGrid,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetMinorGrid(Grid newMinorGrid,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DialImpl.setMajorGrid(Grid newMajorGrid) |
void |
AxisImpl.setMajorGrid(Grid newMajorGrid) |
void |
DialImpl.setMinorGrid(Grid newMinorGrid) |
void |
AxisImpl.setMinorGrid(Grid newMinorGrid) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.