|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Palette'. This type represents a palette of Fills.
The following features are supported:
AttributePackage.getPalette()| Method Summary | |
org.eclipse.emf.common.util.EList |
getEntries()
Returns the value of the 'Entries' containment reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
void |
update(Fill f)
This convenience method updates the content of a palette with a single color NOTE: Manually written |
void |
update(int iIndex)
This convenience method updates the content of a palette with a library of colors NOTE: Manually written |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
public java.lang.String getName()
setName(String),
AttributePackage.getPalette_Name()public void setName(java.lang.String value)
Name' attribute.
Sets the name for the palette.
value - the new value of the 'Name' attribute.getName()public org.eclipse.emf.common.util.EList getEntries()
Fill. Gets the entries defined in the
palette.
Holds the entries contained in the palette.
AttributePackage.getPalette_Entries()public void update(int iIndex)
iIndex - public void update(Fill f)
f -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||