public class SWTPlotRenderer extends AbstractPlotRenderer
| Constructor and Description |
|---|
SWTPlotRenderer(org.eclipse.swt.widgets.Display d)
Creates a new SWTPlotRenderer that can draw IPlotCommits for table/tree events.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTextHeight() |
void |
paint(org.eclipse.swt.widgets.Event event,
IPlotCommit representer)
Paints a IPlotCommit into the cell determined by the given event.
|
public SWTPlotRenderer(org.eclipse.swt.widgets.Display d)
d - The display for the renderer.public void paint(org.eclipse.swt.widgets.Event event,
IPlotCommit representer)
event - The event triggering the painting.representer - The commit to paint.public int getTextHeight()
Copyright © 2017. All rights reserved.