public abstract class ATEOverlayManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ATEOverlayManager.UnderlyingShape |
| Modifier and Type | Field and Description |
|---|---|
static int |
SHAPE_LINE |
static int |
SHAPE_RECT |
static int |
SHAPE_SAW_TOOTH |
| Constructor and Description |
|---|
ATEOverlayManager(ATEPanel textEditor) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
drawUnderlineAtIndexes(Graphics g,
Color c,
int start,
int end,
int shape) |
boolean |
isUnderlying() |
void |
paint(Graphics g) |
abstract void |
render(Graphics g) |
void |
reset() |
void |
setUnderlying(boolean flag) |
public static final int SHAPE_SAW_TOOTH
public static final int SHAPE_LINE
public static final int SHAPE_RECT
public ATEOverlayManager(ATEPanel textEditor)
Copyright © 2013. All rights reserved.