|
||||||||||
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. |
java.lang.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, 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 elementsMethod Detail |
---|
public GraphicsAlgorithm getInnerGraphicsAlgorithm()
ICustomContext
getInnerGraphicsAlgorithm
in interface ICustomContext
public PictogramElement getInnerPictogramElement()
ICustomContext
getInnerPictogramElement
in interface ICustomContext
public PictogramElement[] getPictogramElements()
ICustomContext
getPictogramElements
in interface ICustomContext
public 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 java.lang.String toString()
toString
in class LocationContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |