net.sf.dynamicreports.design.base.style
Class DRDesignFont

java.lang.Object
  extended by net.sf.dynamicreports.design.base.style.DRDesignFont
All Implemented Interfaces:
DRIDesignFont

public class DRDesignFont
extends Object
implements DRIDesignFont

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignFont()
           
 
Method Summary
 boolean equals(Object obj)
           
 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)
           
 void setPdfEncoding(String pdfEncoding)
           
 void setPdfFontName(String pdfFontName)
           
 void setStrikeThrough(Boolean strikeThrough)
           
 void setUnderline(Boolean underline)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRDesignFont

public DRDesignFont()
Method Detail

getFontName

public String getFontName()
Specified by:
getFontName in interface DRIDesignFont

setFontName

public void setFontName(String fontName)

getBold

public Boolean getBold()
Specified by:
getBold in interface DRIDesignFont

setBold

public void setBold(Boolean bold)

getItalic

public Boolean getItalic()
Specified by:
getItalic in interface DRIDesignFont

setItalic

public void setItalic(Boolean italic)

getUnderline

public Boolean getUnderline()
Specified by:
getUnderline in interface DRIDesignFont

setUnderline

public void setUnderline(Boolean underline)

getStrikeThrough

public Boolean getStrikeThrough()
Specified by:
getStrikeThrough in interface DRIDesignFont

setStrikeThrough

public void setStrikeThrough(Boolean strikeThrough)

getFontSize

public Integer getFontSize()
Specified by:
getFontSize in interface DRIDesignFont

setFontSize

public void setFontSize(Integer fontSize)

getPdfFontName

public String getPdfFontName()
Specified by:
getPdfFontName in interface DRIDesignFont

setPdfFontName

public void setPdfFontName(String pdfFontName)

getPdfEncoding

public String getPdfEncoding()
Specified by:
getPdfEncoding in interface DRIDesignFont

setPdfEncoding

public void setPdfEncoding(String pdfEncoding)

getPdfEmbedded

public Boolean getPdfEmbedded()
Specified by:
getPdfEmbedded in interface DRIDesignFont

setPdfEmbedded

public void setPdfEmbedded(Boolean pdfEmbedded)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010-2014. All Rights Reserved.