net.sf.dynamicreports.report.base.style
Class DRFont
java.lang.Object
net.sf.dynamicreports.report.base.style.DRFont
- All Implemented Interfaces:
- Serializable, DRIFont
public class DRFont
- extends Object
- implements DRIFont
- 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 |
DRFont
public DRFont()
DRFont
public DRFont(String fontName,
int fontSize)
DRFont
public DRFont(String fontName,
boolean bold,
boolean italic,
int fontSize)
getFontName
public String getFontName()
- Specified by:
getFontName
in interface DRIFont
setFontName
public void setFontName(String fontName)
getBold
public Boolean getBold()
- Specified by:
getBold
in interface DRIFont
setBold
public void setBold(Boolean bold)
getItalic
public Boolean getItalic()
- Specified by:
getItalic
in interface DRIFont
setItalic
public void setItalic(Boolean italic)
getUnderline
public Boolean getUnderline()
- Specified by:
getUnderline
in interface DRIFont
setUnderline
public void setUnderline(Boolean underline)
getStrikeThrough
public Boolean getStrikeThrough()
- Specified by:
getStrikeThrough
in interface DRIFont
setStrikeThrough
public void setStrikeThrough(Boolean strikeThrough)
getFontSize
public Integer getFontSize()
- Specified by:
getFontSize
in interface DRIFont
setFontSize
public void setFontSize(Integer fontSize)
getPdfFontName
public String getPdfFontName()
- Specified by:
getPdfFontName
in interface DRIFont
setPdfFontName
@Deprecated
public void setPdfFontName(String pdfFontName)
- Deprecated.
getPdfEncoding
public String getPdfEncoding()
- Specified by:
getPdfEncoding
in interface DRIFont
setPdfEncoding
@Deprecated
public void setPdfEncoding(String pdfEncoding)
- Deprecated.
getPdfEmbedded
public Boolean getPdfEmbedded()
- Specified by:
getPdfEmbedded
in interface DRIFont
setPdfEmbedded
@Deprecated
public void setPdfEmbedded(Boolean pdfEmbedded)
- Deprecated.
Copyright © 2010-2014. All Rights Reserved.