public interface GutterIconInfo
Gutter
. Instances of this
class are returned by Gutter.addLineTrackingIcon(int, Icon)
and
Gutter.addOffsetTrackingIcon(int, Icon)
. They can later be used
in calls to Gutter.removeTrackingIcon(GutterIconInfo)
to be
individually removed.Gutter
Modifier and Type | Method and Description |
---|---|
Icon |
getIcon()
Returns the icon being rendered.
|
int |
getMarkedOffset()
Returns the offset that is being tracked.
|
String |
getToolTip()
Returns the tool tip to display when the mouse hovers over this icon.
|
Icon getIcon()
int getMarkedOffset()
String getToolTip()