public class AnnotationExtent extends Object
| Constructor and Description |
|---|
AnnotationExtent(int start,
int end,
Style style)
Instantiates a new annotation extent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Gets the end.
|
int |
getLength()
Gets the length.
|
int |
getStart()
Gets the start.
|
Style |
getStyle()
Gets the style.
|
public AnnotationExtent(int start,
int end,
Style style)
start - the startend - the endstyle - the stylepublic int getLength()
public Style getStyle()
public int getEnd()
public int getStart()
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.