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, putProperty
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperty, getPropertyKeys, putProperty
public PictogramElementContext(PictogramElement pictogramElement)
pictogramElement
- the pictogram elementpublic PictogramElementContext()
public PictogramElement getPictogramElement()
IPictogramElementContext
getPictogramElement
in interface IPictogramElementContext
public java.lang.String toString()
toString
in class DefaultContext