public class PictogramElementContext extends DefaultContext implements IPictogramElementContext
| Constructor and Description |
|---|
PictogramElementContext()
Instantiates a new pictogram element context.
|
PictogramElementContext(PictogramElement pictogramElement)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PictogramElement |
getPictogramElement()
Gets the pictogram element.
|
java.lang.String |
toString() |
getProperty, getPropertyKeys, putPropertyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperty, getPropertyKeys, putPropertypublic PictogramElementContext(PictogramElement pictogramElement)
pictogramElement - the pictogram elementpublic PictogramElementContext()
public PictogramElement getPictogramElement()
IPictogramElementContextgetPictogramElement in interface IPictogramElementContextpublic java.lang.String toString()
toString in class DefaultContext