Package com.itextpdf.layout.renderer
Class LineRenderer.RendererGlyph
java.lang.Object
com.itextpdf.layout.renderer.LineRenderer.RendererGlyph
- Enclosing class:
- LineRenderer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGlyph()
Retrieves the glyph of the object.Retrieves the renderer of the object.void
Sets the glyph of the object.void
setRenderer
(TextRenderer renderer) Sets the renderer of the object.
-
Constructor Details
-
RendererGlyph
-
-
Method Details
-
setGlyph
Sets the glyph of the object.- Parameters:
-
glyph
- glyph
-
getGlyph
Retrieves the glyph of the object.- Returns:
- glyph
-
setRenderer
Sets the renderer of the object.- Parameters:
-
renderer
- renderer
-
getRenderer
Retrieves the renderer of the object.- Returns:
- renderer
-