|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Style
A representation of the model object 'Style'. This type holds the style values for component.
The following features are supported:
AttributePackage.getStyle()
Method Summary | |
---|---|
Style |
copyInstance()
|
ColorDefinition |
getBackgroundColor()
Returns the value of the 'Background Color' containment reference. |
Image |
getBackgroundImage()
Returns the value of the 'Background Image' containment reference. |
ColorDefinition |
getColor()
Returns the value of the 'Color' containment reference. |
FontDefinition |
getFont()
Returns the value of the 'Font' containment reference. |
Insets |
getPadding()
Returns the value of the 'Padding' containment reference. |
void |
setBackgroundColor(ColorDefinition value)
Sets the value of the ' Background Color ' containment reference. |
void |
setBackgroundImage(Image value)
Sets the value of the ' Background Image ' containment reference. |
void |
setColor(ColorDefinition value)
Sets the value of the ' Color ' containment reference. |
void |
setFont(FontDefinition value)
Sets the value of the ' Font ' containment reference. |
void |
setPadding(Insets value)
Sets the value of the ' Padding ' containment reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
FontDefinition getFont()
setFont(FontDefinition)
,
AttributePackage.getStyle_Font()
void setFont(FontDefinition value)
Font
' containment reference.
value
- the new value of the 'Font' containment reference.getFont()
ColorDefinition getColor()
setColor(ColorDefinition)
,
AttributePackage.getStyle_Color()
void setColor(ColorDefinition value)
Color
' containment reference.
value
- the new value of the 'Color' containment reference.getColor()
ColorDefinition getBackgroundColor()
setBackgroundColor(ColorDefinition)
,
AttributePackage.getStyle_BackgroundColor()
void setBackgroundColor(ColorDefinition value)
Background Color
' containment reference.
value
- the new value of the 'Background Color' containment reference.getBackgroundColor()
Image getBackgroundImage()
setBackgroundImage(Image)
,
AttributePackage.getStyle_BackgroundImage()
void setBackgroundImage(Image value)
Background Image
' containment reference.
value
- the new value of the 'Background Image' containment reference.getBackgroundImage()
Insets getPadding()
setPadding(Insets)
,
AttributePackage.getStyle_Padding()
void setPadding(Insets value)
Padding
' containment reference.
value
- the new value of the 'Padding' containment reference.getPadding()
Style copyInstance()
copyInstance
in interface IChartObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |