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, putProperty
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperty, getPropertyKeys, putProperty
public PictogramElementsContext(PictogramElement[] pictogramElements)
pictogramElements
- the pictogram elementspublic PictogramElementsContext()
public PictogramElement[] getPictogramElements()
IPictogramElementsContext
getPictogramElements
in interface IPictogramElementsContext
public void setPictogramElements(PictogramElement[] pictogramElements)
setPictogramElements
in interface IPictogramElementsContext
pictogramElements
- the pictogram elementspublic java.lang.String toString()
toString
in class DefaultContext