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