|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FontDefinition | |
|---|---|
| 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. |
| Uses of FontDefinition in org.eclipse.birt.chart.device |
|---|
| Methods in org.eclipse.birt.chart.device with parameters of type FontDefinition | |
|---|---|
java.lang.Object |
DisplayAdapter.createFont(FontDefinition fd)
|
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 |
| Uses of FontDefinition in org.eclipse.birt.chart.model.attribute |
|---|
| Methods in org.eclipse.birt.chart.model.attribute that return FontDefinition | |
|---|---|
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. |
| Methods in org.eclipse.birt.chart.model.attribute with parameters of type FontDefinition | |
|---|---|
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. |
| Uses of FontDefinition in org.eclipse.birt.chart.model.attribute.impl |
|---|
| Classes in org.eclipse.birt.chart.model.attribute.impl that implement FontDefinition | |
|---|---|
class |
FontDefinitionImpl
An implementation of the model object ' Font Definition'. |
| Methods in org.eclipse.birt.chart.model.attribute.impl that return FontDefinition | |
|---|---|
static FontDefinition |
FontDefinitionImpl.copyInstance(FontDefinition src)
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. |
FontDefinition |
AttributeFactoryImpl.createFontDefinition()
|
FontDefinition |
StyleImpl.getFont()
|
FontDefinition |
TextImpl.getFont()
|
| Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type FontDefinition | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
StyleImpl.basicSetFont(FontDefinition newFont,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
TextImpl.basicSetFont(FontDefinition newFont,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
static FontDefinition |
FontDefinitionImpl.copyInstance(FontDefinition src)
A convenient method to get an instance copy. |
static Style |
StyleImpl.create(FontDefinition font,
ColorDefinition color,
ColorDefinition backcolor,
Image backimage,
Insets padding)
|
void |
StyleImpl.setFont(FontDefinition newFont)
|
void |
TextImpl.setFont(FontDefinition newFont)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||