public class AnnotationCharacters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationCharacters.AnchorControlCharacter
An
{color:#ee22aa} indicates switching the color in markup,
where the color is given as hex RGB code (ee22aa in this case). |
static class |
AnnotationCharacters.AnnotationControlCharacter<T extends Annotation>
Common base class for annotation control characters.
|
static interface |
AnnotationCharacters.AnnotationControlCharacterFactory<T extends AnnotationCharacters.AnnotationControlCharacter<? extends Annotation>>
Specialized interface for control character factories for annotations.
|
static class |
AnnotationCharacters.HyperlinkControlCharacter
|
static class |
AnnotationCharacters.UnderlineControlCharacter
Control character for underline.
|
| Constructor and Description |
|---|
AnnotationCharacters() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<AnnotationCharacters.AnnotationControlCharacterFactory<?>> |
getFactories() |
static void |
main(String[] args) |
static void |
register(AnnotationCharacters.AnnotationControlCharacterFactory<?> factory)
Use this method to register your (custom) annotation control character
factory.
|
public static void register(AnnotationCharacters.AnnotationControlCharacterFactory<?> factory)
factory - the factory to register.public static Iterable<AnnotationCharacters.AnnotationControlCharacterFactory<?>> getFactories()
public static void main(String[] args)
Copyright © 2022. All rights reserved.