net.sf.dynamicreports.report.builder.style
Class FontBuilder
java.lang.Object
net.sf.dynamicreports.report.builder.AbstractBuilder<FontBuilder,DRFont>
net.sf.dynamicreports.report.builder.style.FontBuilder
- All Implemented Interfaces:
- Serializable
public class FontBuilder
- extends AbstractBuilder<FontBuilder,DRFont>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontBuilder
protected FontBuilder()
FontBuilder
protected FontBuilder(String fontName,
Boolean bold,
Boolean italic,
Integer fontSize)
setFontName
public FontBuilder setFontName(String fontName)
setFontSize
public FontBuilder setFontSize(Integer fontSize)
bold
public FontBuilder bold()
setBold
public FontBuilder setBold(Boolean bold)
italic
public FontBuilder italic()
setItalic
public FontBuilder setItalic(Boolean italic)
boldItalic
public FontBuilder boldItalic()
setPdfEmbedded
@Deprecated
public FontBuilder setPdfEmbedded(Boolean pdfEmbedded)
- Deprecated.
setPdfEncoding
@Deprecated
public FontBuilder setPdfEncoding(String pdfEncoding)
- Deprecated.
setPdfFontName
@Deprecated
public FontBuilder setPdfFontName(String pdfFontName)
- Deprecated.
strikeThrough
public FontBuilder strikeThrough()
setStrikeThrough
public FontBuilder setStrikeThrough(Boolean strikeThrough)
underline
public FontBuilder underline()
setUnderline
public FontBuilder setUnderline(Boolean underline)
getFont
public DRFont getFont()
Copyright © 2010-2014. All Rights Reserved.