public class StyleTransition
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
int |
getCharIndex()
The index of the character in the word at which this transition begins.
|
Style |
getStyle()
The Style that begins at this transition.
|
java.lang.String |
toString()
Returns a string representation of the StyleTransition.
|
public void delete()
public Style getStyle()
public int getCharIndex()
public java.lang.String toString()
toString in class java.lang.Object