public class PictogramElementsContext extends DefaultContext implements IPictogramElementsContext
| Constructor and Description |
|---|
PictogramElementsContext()
Instantiates a new pictogram elements context.
|
PictogramElementsContext(PictogramElement[] pictogramElements)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PictogramElement[] |
getPictogramElements()
Gets the pictogram elements.
|
void |
setPictogramElements(PictogramElement[] pictogramElements)
Sets the pictogram elements.
|
java.lang.String |
toString() |
getProperty, getPropertyKeys, putPropertyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperty, getPropertyKeys, putPropertypublic PictogramElementsContext(PictogramElement[] pictogramElements)
pictogramElements - the pictogram elementspublic PictogramElementsContext()
public PictogramElement[] getPictogramElements()
IPictogramElementsContextgetPictogramElements in interface IPictogramElementsContextpublic void setPictogramElements(PictogramElement[] pictogramElements)
setPictogramElements in interface IPictogramElementsContextpictogramElements - the pictogram elementspublic java.lang.String toString()
toString in class DefaultContext