Interface | Description |
---|---|
RenderingService |
Interface for service that performs text rendering.
|
TextRenderer |
Basic text renderer interface, which renders text into an
int[]
buffer. |
Class | Description |
---|---|
DummyRenderingService |
No-op implementation of text rendering service.
|
DummyTextRenderer |
A dummy implementation of the TextRenderer interface.
|
Enum | Description |
---|---|
TextRenderer.FontFamily | |
TextRenderer.FontStyle | |
TextRenderer.TextJustification |
Copyright © 2014–2022 ImageJ. All rights reserved.