|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineStyle | |
|---|---|
| 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. |
| Uses of LineStyle in org.eclipse.birt.chart.model.attribute |
|---|
| Fields in org.eclipse.birt.chart.model.attribute declared as LineStyle | |
|---|---|
static LineStyle |
LineStyle.DASH_DOTTED_LITERAL
The 'Dash Dotted' literal object. |
static LineStyle |
LineStyle.DASHED_LITERAL
The 'Dashed' literal object. |
static LineStyle |
LineStyle.DOTTED_LITERAL
The 'Dotted' literal object. |
static LineStyle |
LineStyle.SOLID_LITERAL
The 'Solid' literal object. |
| Methods in org.eclipse.birt.chart.model.attribute that return LineStyle | |
|---|---|
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. |
| Methods in org.eclipse.birt.chart.model.attribute with parameters of type LineStyle | |
|---|---|
void |
LineAttributes.setStyle(LineStyle value)
Sets the value of the ' Style' attribute. |
| Uses of LineStyle in org.eclipse.birt.chart.model.attribute.impl |
|---|
| Methods in org.eclipse.birt.chart.model.attribute.impl that return LineStyle | |
|---|---|
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()
|
| Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type LineStyle | |
|---|---|
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. |
void |
LineAttributesImpl.set(ColorDefinition cd,
LineStyle ls,
int iThickness)
A convenient method that facilitates initialization of member variables. |
void |
LineAttributesImpl.setStyle(LineStyle newStyle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||