Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.device |
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
|
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.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Method and Description |
---|---|
TextAlignment |
IGObjectFactory.copyOf(TextAlignment src) |
TextAlignment |
GObjectFactory.copyOf(TextAlignment src) |
TextAlignment |
IGObjectFactory.createTextAlignment() |
TextAlignment |
GObjectFactory.createTextAlignment() |
Modifier and Type | Method and Description |
---|---|
TextAlignment |
IGObjectFactory.copyOf(TextAlignment src) |
TextAlignment |
GObjectFactory.copyOf(TextAlignment src) |
FontDefinition |
IGObjectFactory.createFontDefinition(java.lang.String sName,
float fSize,
boolean bBold,
boolean bItalic,
boolean bUnderline,
boolean bStrikethrough,
boolean bWordWrap,
double dRotation,
TextAlignment ta) |
FontDefinition |
GObjectFactory.createFontDefinition(java.lang.String sName,
float fSize,
boolean bBold,
boolean bItalic,
boolean bUnderline,
boolean bStrikethrough,
boolean bWordWrap,
double dRotation,
TextAlignment ta) |
Modifier and Type | Method and Description |
---|---|
void |
TextRendererAdapter.renderTextInBlock(IDeviceRenderer idr,
Bounds boBlock,
TextAlignment taBlock,
Label la) |
void |
ITextRenderer.renderTextInBlock(IDeviceRenderer idr,
Bounds boBlock,
TextAlignment taBlock,
Label la) |
Modifier and Type | Method and Description |
---|---|
TextAlignment |
TextRenderEvent.getBlockAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
TextRenderEvent.setBlockAlignment(TextAlignment taBlock)
Sets the block alignment of the text.
|
Modifier and Type | Method and Description |
---|---|
TextAlignment |
TextAlignment.copyInstance() |
TextAlignment |
AttributeFactory.createTextAlignment()
Returns a new object of class 'Text Alignment'.
|
TextAlignment |
FontDefinition.getAlignment()
Returns the value of the 'Alignment' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FontDefinition.setAlignment(TextAlignment value)
Sets the value of the '
Alignment ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
TextAlignmentImpl
An implementation of the model object '
Text Alignment'.
|
Modifier and Type | Method and Description |
---|---|
TextAlignment |
TextAlignmentImpl.copyInstance() |
static TextAlignment |
TextAlignmentImpl.create()
A convenient method to create a new TextAlignment instance and initialize
its members
|
static TextAlignment |
TextAlignmentImpl.createDefault()
A convenient method to create a new TextAlignment instance and initialize
its members
|
static TextAlignment |
TextAlignmentImpl.createDefault(HorizontalAlignment ha,
VerticalAlignment va)
A convenient method to create a new TextAlignment instance and initialize
its members
|
TextAlignment |
AttributeFactoryImpl.createTextAlignment() |
TextAlignment |
FontDefinitionImpl.getAlignment() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FontDefinitionImpl.basicSetAlignment(TextAlignment newAlignment,
org.eclipse.emf.common.notify.NotificationChain msgs) |
static FontDefinition |
FontDefinitionImpl.create(java.lang.String sName,
float fSize,
boolean bBold,
boolean bItalic,
boolean bUnderline,
boolean bStrikethrough,
boolean bWordWrap,
double dRotation,
TextAlignment ta)
NOTE: Manually written
|
void |
FontDefinitionImpl.setAlignment(TextAlignment newAlignment) |
Modifier and Type | Method and Description |
---|---|
TextAlignment |
BaseRenderer.switchTextAlignment(TextAlignment ta)
Switch TextAlignment value due to right-left setting.
|
TextAlignment |
BaseRenderer.switchTextAlignment(TextAlignment ta)
Switch TextAlignment value due to right-left setting.
|
Modifier and Type | Method and Description |
---|---|
TextAlignment |
BaseRenderer.switchTextAlignment(TextAlignment ta)
Switch TextAlignment value due to right-left setting.
|
TextAlignment |
BaseRenderer.switchTextAlignment(TextAlignment ta)
Switch TextAlignment value due to right-left setting.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.