org.fife.ui.rtextarea
Interface GutterIconInfo


public interface GutterIconInfo

Information about an icon displayed in a Gutter.

Version:
1.0
Author:
Robert Futrell

Method Summary
 javax.swing.Icon getIcon()
          Returns the icon being rendered.
 int getMarkedOffset()
          Returns the offset that is being tracked.
 

Method Detail

getIcon

javax.swing.Icon getIcon()
Returns the icon being rendered.

Returns:
The icon being rendered.

getMarkedOffset

int getMarkedOffset()
Returns the offset that is being tracked. The line of this offset is where the icon is rendered. This offset may change as the user types.

Returns:
The offset being tracked.