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.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.
|
Modifier and Type | Method and Description |
---|---|
FontDefinition |
IGObjectFactory.copyOf(FontDefinition src) |
FontDefinition |
GObjectFactory.copyOf(FontDefinition 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 |
---|---|
FontDefinition |
IGObjectFactory.copyOf(FontDefinition src) |
FontDefinition |
GObjectFactory.copyOf(FontDefinition src) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IDisplayServer.createFont(FontDefinition fd)
Attempts to create a new font resource associated with a specific device
for use in rendering or computations
|
java.lang.Object |
DisplayAdapter.createFont(FontDefinition fd) |
Modifier and Type | Method and Description |
---|---|
FontDefinition |
FontDefinition.copyInstance() |
FontDefinition |
AttributeFactory.createFontDefinition()
Returns a new object of class 'Font Definition'.
|
FontDefinition |
Text.getFont()
Returns the value of the 'Font' containment reference.
|
FontDefinition |
Style.getFont()
Returns the value of the 'Font' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Text.setFont(FontDefinition value)
Sets the value of the '
Font ' containment reference. |
void |
Style.setFont(FontDefinition value)
Sets the value of the '
Font ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
FontDefinitionImpl
An implementation of the model object '
Font Definition'.
|
Modifier and Type | Method and Description |
---|---|
FontDefinition |
FontDefinitionImpl.copyInstance()
A convenient method to get an instance copy.
|
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
|
static FontDefinition |
FontDefinitionImpl.createEmpty()
Creates an empty FontDefinition instance.
|
static FontDefinition |
FontDefinitionImpl.createEmptyDefault() |
FontDefinition |
AttributeFactoryImpl.createFontDefinition() |
FontDefinition |
TextImpl.getFont() |
FontDefinition |
StyleImpl.getFont() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TextImpl.basicSetFont(FontDefinition newFont,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
StyleImpl.basicSetFont(FontDefinition newFont,
org.eclipse.emf.common.notify.NotificationChain msgs) |
static Style |
StyleImpl.create(FontDefinition font,
ColorDefinition color,
ColorDefinition backcolor,
Image backimage,
Insets padding) |
void |
TextImpl.setFont(FontDefinition newFont) |
void |
StyleImpl.setFont(FontDefinition newFont) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.