Package com.itextpdf.layout.renderer
Class LineRenderer.RendererGlyph
- java.lang.Object
-
- com.itextpdf.layout.renderer.LineRenderer.RendererGlyph
-
- Enclosing class:
- LineRenderer
public static class LineRenderer.RendererGlyph extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Glyph
glyph
private TextRenderer
renderer
-
Constructor Summary
Constructors Constructor Description RendererGlyph(Glyph glyph, TextRenderer textRenderer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Glyph
getGlyph()
Retrieves the glyph of the object.TextRenderer
getRenderer()
Retrieves the renderer of the object.void
setGlyph(Glyph glyph)
Sets the glyph of the object.void
setRenderer(TextRenderer renderer)
Sets the renderer of the object.
-
-
-
Field Detail
-
glyph
private Glyph glyph
-
renderer
private TextRenderer renderer
-
-
Constructor Detail
-
RendererGlyph
public RendererGlyph(Glyph glyph, TextRenderer textRenderer)
-
-
Method Detail
-
setGlyph
public void setGlyph(Glyph glyph)
Sets the glyph of the object.- Parameters:
glyph
- glyph
-
getGlyph
public Glyph getGlyph()
Retrieves the glyph of the object.- Returns:
- glyph
-
setRenderer
public void setRenderer(TextRenderer renderer)
Sets the renderer of the object.- Parameters:
renderer
- renderer
-
getRenderer
public TextRenderer getRenderer()
Retrieves the renderer of the object.- Returns:
- renderer
-
-