net.sf.dynamicreports.report.base.style
Class DRFont

java.lang.Object
  extended by 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

Constructor Summary
DRFont()
           
DRFont(String fontName, boolean bold, boolean italic, int fontSize)
           
DRFont(String fontName, int fontSize)
           
 
Method Summary
 Boolean getBold()
           
 String getFontName()
           
 Integer getFontSize()
           
 Boolean getItalic()
           
 Boolean getPdfEmbedded()
           
 String getPdfEncoding()
           
 String getPdfFontName()
           
 Boolean getStrikeThrough()
           
 Boolean getUnderline()
           
 void setBold(Boolean bold)
           
 void setFontName(String fontName)
           
 void setFontSize(Integer fontSize)
           
 void setItalic(Boolean italic)
           
 void setPdfEmbedded(Boolean pdfEmbedded)
          Deprecated. 
 void setPdfEncoding(String pdfEncoding)
          Deprecated. 
 void setPdfFontName(String pdfFontName)
          Deprecated. 
 void setStrikeThrough(Boolean strikeThrough)
           
 void setUnderline(Boolean underline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRFont

public DRFont()

DRFont

public DRFont(String fontName,
              int fontSize)

DRFont

public DRFont(String fontName,
              boolean bold,
              boolean italic,
              int fontSize)
Method Detail

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.