|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultContext
org.eclipse.graphiti.features.context.impl.LocationContext
org.eclipse.graphiti.features.context.impl.CustomContext
public class CustomContext
The Class CustomContext.
| Field Summary | |
|---|---|
private GraphicsAlgorithm |
innerGraphicsAlgorithm
|
private PictogramElement |
innerPictogramElement
|
private PictogramElement[] |
pictogramElements
|
| Constructor Summary | |
|---|---|
CustomContext()
Creates a new CustomContext. |
|
CustomContext(PictogramElement[] pictogramElements)
Creates a new CustomContext. |
|
| Method Summary | |
|---|---|
GraphicsAlgorithm |
getInnerGraphicsAlgorithm()
Gets the inner graphics algorithm. |
PictogramElement |
getInnerPictogramElement()
Gets the inner pictogram element. |
PictogramElement[] |
getPictogramElements()
Gets the pictogram elements. |
void |
setInnerGraphicsAlgorithm(GraphicsAlgorithm innerGraphicsAlgorithm)
Sets the inner graphics algorithm. |
void |
setInnerPictogramElement(PictogramElement innerPictogramElement)
Sets the inner pictogram element. |
void |
setPictogramElements(PictogramElement[] pictogramElements)
Sets the pictogram elements. |
String |
toString()
|
| Methods inherited from class org.eclipse.graphiti.features.context.impl.LocationContext |
|---|
getX, getY, setLocation, setX, setY |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.graphiti.features.context.ILocationContext |
|---|
getX, getY |
| Methods inherited from interface org.eclipse.graphiti.IPropertyBag |
|---|
getProperty, getPropertyKeys, putProperty |
| Field Detail |
|---|
private GraphicsAlgorithm innerGraphicsAlgorithm
private PictogramElement innerPictogramElement
private PictogramElement[] pictogramElements
| Constructor Detail |
|---|
public CustomContext()
CustomContext.
public CustomContext(PictogramElement[] pictogramElements)
CustomContext.
pictogramElements - the pictogram elements| Method Detail |
|---|
public GraphicsAlgorithm getInnerGraphicsAlgorithm()
ICustomContext
getInnerGraphicsAlgorithm in interface ICustomContextpublic PictogramElement getInnerPictogramElement()
ICustomContext
getInnerPictogramElement in interface ICustomContextpublic PictogramElement[] getPictogramElements()
ICustomContext
getPictogramElements in interface ICustomContextpublic void setInnerGraphicsAlgorithm(GraphicsAlgorithm innerGraphicsAlgorithm)
innerGraphicsAlgorithm - the new inner graphics algorithmpublic void setInnerPictogramElement(PictogramElement innerPictogramElement)
innerPictogramElement - the new inner pictogram elementpublic void setPictogramElements(PictogramElement[] pictogramElements)
pictogramElements - The pictogramElements to set.public String toString()
toString in class LocationContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||