SourceGutterRenderer.setAlignment

Set the alignment of the gutter renderer. Both xalign and yalign can be -1, which means the values will not be changed (this allows changing only one of the values).

class SourceGutterRenderer
void
setAlignment
(
float xalign
,
float yalign
)

Parameters

xalign float

the x-alignment

yalign float

the y-alignment

Meta