public abstract class ATERenderingToken extends Object implements Comparable
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
| Constructor and Description |
|---|
ATERenderingToken() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
abstract void |
drawToken(ATERenderingView view,
ATERenderingToken t,
Graphics g,
FontMetrics metrics,
int x,
int y,
char c,
Document doc,
AttributeSet attribute,
Segment text) |
int |
getIndex() |
void |
setIndex(int index) |
public int getIndex()
public void setIndex(int index)
public abstract void drawToken(ATERenderingView view, ATERenderingToken t, Graphics g, FontMetrics metrics, int x, int y, char c, Document doc, AttributeSet attribute, Segment text) throws BadLocationException
BadLocationExceptionpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2013. All rights reserved.