SourceGutterRenderer.setPadding

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.

class SourceGutterRenderer
void
setPadding
(
int xpad
,
int ypad
)

Parameters

xpad int

the x-padding

ypad int

the y-padding

Meta