Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
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.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 |
---|---|
LineAttributes |
IGObjectFactory.createLineAttributes(ColorDefinition cd,
LineStyle ls,
int iThickness) |
LineAttributes |
GObjectFactory.createLineAttributes(ColorDefinition cd,
LineStyle ls,
int iThickness) |
Modifier and Type | Field and Description |
---|---|
static java.util.List<LineStyle> |
LineStyle.VALUES
A public read-only list of all the 'Line Style' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static LineStyle |
LineStyle.get(int value)
Returns the 'Line Style' literal with the specified integer value.
|
static LineStyle |
LineStyle.get(java.lang.String literal)
Returns the 'Line Style' literal with the specified literal value.
|
static LineStyle |
LineStyle.getByName(java.lang.String name)
Returns the 'Line Style' literal with the specified name.
|
LineStyle |
LineAttributes.getStyle()
Returns the value of the 'Style' attribute.
|
static LineStyle |
LineStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineStyle[] |
LineStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LineAttributes.setStyle(LineStyle value)
Sets the value of the '
Style ' attribute. |
Modifier and Type | Method and Description |
---|---|
LineStyle |
AttributeFactoryImpl.createLineStyleFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
LineStyle |
AttributeFactoryImpl.createLineStyleObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
LineStyle |
LineAttributesImpl.getStyle() |
Modifier and Type | Method and Description |
---|---|
static LineAttributes |
LineAttributesImpl.create(ColorDefinition cd,
LineStyle ls,
int iThickness)
A convenient method that facilitates implicit initialization of member
variables in creation of an instance.
|
static LineAttributes |
LineAttributesImpl.createDefault(ColorDefinition cd,
LineStyle ls,
int iThickness)
A convenient method that facilitates implicit initialization of member
variables in creation of an instance.
|
static LineAttributes |
LineAttributesImpl.createDefault(ColorDefinition cd,
LineStyle ls,
int iThickness,
boolean visible) |
void |
LineAttributesImpl.set(ColorDefinition cd,
LineStyle ls,
int iThickness)
A convenient method that facilitates initialization of member variables.
|
void |
LineAttributesImpl.setStyle(LineStyle newStyle) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.