public class DefaultInsertMarkRenderer extends AbstractRenderer
Constructor and Description |
---|
DefaultInsertMarkRenderer() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Point |
computeSize(org.eclipse.swt.graphics.GC gc,
int wHint,
int hHint,
java.lang.Object value)
Returns the size of the given value's visual representation.
|
void |
paint(org.eclipse.swt.graphics.GC gc,
java.lang.Object value)
Renders the insertion mark.
|
getBounds, getDisplay, getSize, isExpanded, isFocus, isHover, isMouseDown, isSelected, setBounds, setBounds, setDisplay, setExpanded, setFocus, setHover, setLocation, setLocation, setMouseDown, setSelected, setSize, setSize
public void paint(org.eclipse.swt.graphics.GC gc, java.lang.Object value)
gc
- value
- must be a Rectangle
with height == 0.public org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.graphics.GC gc, int wHint, int hHint, java.lang.Object value)
gc
- convenience GC for string and text extentswHint
- given width (or SWT.DEFAULT)hHint
- given height (or SWT.DEFAULT)value
- value to be sized