org.openinvoice.ubl4j.text.pdf.common
Class PDFBaseColorWrapper
java.lang.Object
org.openinvoice.ubl4j.text.pdf.common.PDFBaseColorWrapper
public class PDFBaseColorWrapper
- extends Object
- Since:
- \$Date: 2012/05/19 19:36:24 $
- Version:
- \$Revision: 4b0ab6d6e082 $
- Author:
- \$Author: javad $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFBaseColorWrapper
public PDFBaseColorWrapper(int red,
int green,
int blue)
getBaseColor
public com.itextpdf.text.BaseColor getBaseColor()
setBaseColor
public void setBaseColor(com.itextpdf.text.BaseColor baseColor)
getRed
public int getRed()
setRed
public void setRed(int red)
getGreen
public int getGreen()
setGreen
public void setGreen(int green)
getBlue
public int getBlue()
setBlue
public void setBlue(int blue)
Copyright © 2011-2012 Plain Source. All Rights Reserved.