Class PrintContext
java.lang.Object
org.eclipse.graphiti.PropertyBag
org.eclipse.graphiti.internal.features.context.impl.base.DefaultContext
org.eclipse.graphiti.features.context.impl.PrintContext
- All Implemented Interfaces:
IContext
,IPrintContext
,IPropertyBag
The Class PrintContext.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.graphiti.internal.features.context.impl.base.DefaultContext
toString
Methods inherited from class org.eclipse.graphiti.PropertyBag
getProperty, getPropertyKeys, putProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
Constructor Details
-
PrintContext
public PrintContext()Creates a newPrintContext
.
-