JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
jcckit.graphic
TextRenderer
Contents
Description
Method Summary
Method Details
render(Text)
Hide sidebar
Show sidebar
Interface TextRenderer
All Superinterfaces:
Renderer
All Known Implementing Classes:
Graphics2DRenderer
public interface
TextRenderer
extends
Renderer
Interface of all
Renderers
who render an instance of
Text
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
render
(
Text
text)
Renders the specified
Text
instance.
Method Details
render
void
render
(
Text
text)
Renders the specified
Text
instance.