public class HighlightRegion
extends java.lang.Object
| Constructor and Description |
|---|
HighlightRegion() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
int |
getOffset() |
HighlightRegionType |
getType() |
void |
setLength(int length) |
void |
setOffset(int offset) |
void |
setType(HighlightRegionType type) |
java.lang.String |
toString() |
public HighlightRegionType getType()
public void setType(HighlightRegionType type)
public int getOffset()
public void setOffset(int offset)
public int getLength()
public void setLength(int length)
public java.lang.String toString()
toString in class java.lang.Object