public abstract class LineMarkerSettings
extends java.lang.Object
| Constructor and Description |
|---|
LineMarkerSettings() |
| Modifier and Type | Method and Description |
|---|---|
static LineMarkerSettings |
getSettings() |
abstract boolean |
isEnabled(GutterIconDescriptor descriptor) |
abstract void |
setEnabled(GutterIconDescriptor descriptor,
boolean selected) |
public static LineMarkerSettings getSettings()
public abstract boolean isEnabled(GutterIconDescriptor descriptor)
public abstract void setEnabled(GutterIconDescriptor descriptor, boolean selected)