set_padding


Description:

public void set_padding (int xpad, int ypad)

Set the padding of the gutter renderer.

Both xpad and ypad can be -1, which means the values will not be changed (this allows changing only one of the values).

xpad is the left and right padding. ypad is the top and bottom padding.

Parameters:

this

a SourceGutterRenderer

xpad

the x-padding

ypad

the y-padding