|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextAlignment | |
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.model.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
Uses of TextAlignment in org.eclipse.birt.chart.event |
Methods in org.eclipse.birt.chart.event that return TextAlignment | |
TextAlignment |
TextRenderEvent.getBlockAlignment()
|
Methods in org.eclipse.birt.chart.event with parameters of type TextAlignment | |
void |
TextRenderEvent.setBlockAlignment(TextAlignment taBlock)
|
Uses of TextAlignment in org.eclipse.birt.chart.model.attribute |
Methods in org.eclipse.birt.chart.model.attribute that return TextAlignment | |
TextAlignment |
FontDefinition.getAlignment()
Returns the value of the 'Alignment' containment reference. |
TextAlignment |
AttributeFactory.createTextAlignment()
Returns a new object of class 'Text Alignment'. |
Methods in org.eclipse.birt.chart.model.attribute with parameters of type TextAlignment | |
void |
FontDefinition.setAlignment(TextAlignment value)
Sets the value of the ' Alignment ' containment reference. |
Uses of TextAlignment in org.eclipse.birt.chart.model.attribute.impl |
Classes in org.eclipse.birt.chart.model.attribute.impl that implement TextAlignment | |
class |
TextAlignmentImpl
An implementation of the model object ' Text Alignment'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return TextAlignment | |
static TextAlignment |
TextAlignmentImpl.create()
A convenient method to create a new TextAlignment instance and initialize its members |
TextAlignment |
FontDefinitionImpl.getAlignment()
|
TextAlignment |
AttributeFactoryImpl.createTextAlignment()
|
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type TextAlignment | |
org.eclipse.emf.common.notify.NotificationChain |
FontDefinitionImpl.basicSetAlignment(TextAlignment newAlignment,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
FontDefinitionImpl.setAlignment(TextAlignment newAlignment)
|
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 |
Uses of TextAlignment in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type TextAlignment | |
boolean |
AttributeValidator.validateTextAlignment(TextAlignment textAlignment,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
AttributeSwitch.caseTextAlignment(TextAlignment object)
Returns the result of interpretting the object as an instance of 'Text Alignment'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |