Class TraceService
java.lang.Object
org.eclipse.graphiti.ui.internal.services.impl.TraceService
- All Implemented Interfaces:
ITraceService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dumpEditPartTree
(org.eclipse.gef.EditPart editPart) void
dumpEditPartTree
(org.eclipse.gef.EditPart editPart, int indent) void
dumpFigureTree
(org.eclipse.draw2d.IFigure figure) void
dumpFigureTree
(org.eclipse.draw2d.IFigure figure, int indent) void
dumpFigureTreeWithConnectionLayer
(org.eclipse.draw2d.IFigure figure) void
void
dumpGATree
(GraphicsAlgorithm ga, int indent) void
void
dumpPictogramModelTree
(PictogramElement pe, int indent) void
dumpStyleTree
(Style style) void
dumpStyleTree
(Style style, int indent) Returns the stacktrace of the given Throwable.
-
Constructor Details
-
TraceService
public TraceService()
-
-
Method Details
-
getStacktrace
Description copied from interface:ITraceService
Returns the stacktrace of the given Throwable.- Specified by:
getStacktrace
in interfaceITraceService
- Returns:
- The stacktrace of the given Throwable.
-
dumpFigureTree
public void dumpFigureTree(org.eclipse.draw2d.IFigure figure) - Specified by:
dumpFigureTree
in interfaceITraceService
-
dumpFigureTree
public void dumpFigureTree(org.eclipse.draw2d.IFigure figure, int indent) - Specified by:
dumpFigureTree
in interfaceITraceService
-
dumpFigureTreeWithConnectionLayer
public void dumpFigureTreeWithConnectionLayer(org.eclipse.draw2d.IFigure figure) - Specified by:
dumpFigureTreeWithConnectionLayer
in interfaceITraceService
-
dumpEditPartTree
public void dumpEditPartTree(org.eclipse.gef.EditPart editPart) - Specified by:
dumpEditPartTree
in interfaceITraceService
-
dumpEditPartTree
public void dumpEditPartTree(org.eclipse.gef.EditPart editPart, int indent) - Specified by:
dumpEditPartTree
in interfaceITraceService
-
dumpPictogramModelTree
- Specified by:
dumpPictogramModelTree
in interfaceITraceService
-
dumpPictogramModelTree
- Specified by:
dumpPictogramModelTree
in interfaceITraceService
-
dumpGATree
- Specified by:
dumpGATree
in interfaceITraceService
-
dumpGATree
- Specified by:
dumpGATree
in interfaceITraceService
-
dumpStyleTree
-
dumpStyleTree
-