Téléchargement de l’api barbecue-1.5-beta1.jar

Author:

Téléchargement de l'api barbecue-1.5-beta1.jar
Download here
net.sourceforge.barbecue.Barcode(Ci-dessous la liste des Méthodes de la classe)

protected void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
public String getData()
public void setFont(java.awt.Font arg1)
public void setDrawingText(boolean arg1)
public boolean isDrawingText()
public void setDrawingQuietSection(boolean arg1)
public boolean isDrawingQuietSection()
public void setBarWidth(int arg1)
public void setBarHeight(int arg1)
public void setResolution(int arg1)
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public java.awt.Rectangle getBounds()
public java.awt.Rectangle getBounds(java.awt.Rectangle arg1)
public java.awt.Dimension getPreferredSize()
public java.awt.Dimension getMinimumSize()
public java.awt.Dimension getMaximumSize()
public java.awt.Dimension getSize()
public void draw(java.awt.Graphics2D arg1, int arg2, int arg3)
		throws net.sourceforge.barbecue.output.OutputException
public void output(net.sourceforge.barbecue.output.Output arg1)
		throws net.sourceforge.barbecue.output.OutputException
protected abstract net.sourceforge.barbecue.Module[] encodeData()
protected abstract net.sourceforge.barbecue.Module calculateChecksum()
protected abstract net.sourceforge.barbecue.Module getPreAmble()
protected abstract net.sourceforge.barbecue.Module getPostAmble()
protected abstract java.awt.Dimension draw(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4, int arg5)
		throws net.sourceforge.barbecue.output.OutputException
public String getLabel()
public void setLabel(String arg1)
protected int calculateMinimumBarHeight(int arg1)
protected void paintComponent(java.awt.Graphics arg1)
protected int getResolution()
protected int drawModule(net.sourceforge.barbecue.Module arg1, net.sourceforge.barbecue.output.Output arg2, int arg3, int arg4, int arg5, int arg6)
		throws net.sourceforge.barbecue.output.OutputException
protected String beautify(String arg1)
private void invalidateSize()
private java.awt.Dimension getActualSize()
private java.awt.Dimension calculateSize()
public int print(java.awt.Graphics arg1, java.awt.print.PageFormat arg2, int arg3)
		throws java.awt.print.PrinterException
public String toString()

net.sourceforge.barbecue.BarcodeException(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
public void (String arg1, Throwable arg2)

net.sourceforge.barbecue.BarcodeFactory(Ci-dessous la liste des Méthodes de la classe)

private void ()
public static net.sourceforge.barbecue.Barcode createCode128(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createCode128A(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createCode128B(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createCode128C(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createUCC128(String arg0, String arg1)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createEAN128(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createUSPS(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createShipmentIdentificationNumber(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode parseEAN128(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createSSCC18(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createSCC14ShippingCode(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createGlobalTradeItemNumber(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createEAN13(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createBookland(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createUPCA(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createRandomWeightUPCA(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createStd2of5(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createStd2of5(String arg0, boolean arg1)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createInt2of5(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createInt2of5(String arg0, boolean arg1)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createPDF417(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createCode39(String arg0, boolean arg1)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode create3of9(String arg0, boolean arg1)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createUSD3(String arg0, boolean arg1)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createCodabar(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createUSD4(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createNW7(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createMonarch(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode create2of7(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
public static net.sourceforge.barbecue.Barcode createPostNet(String arg0)
		throws net.sourceforge.barbecue.BarcodeException

net.sourceforge.barbecue.BarcodeImageHandler(Ci-dessous la liste des Méthodes de la classe)

public static java.util.Set getImageFormats()
private void ()
public static java.awt.image.BufferedImage getImage(net.sourceforge.barbecue.Barcode arg0)
		throws net.sourceforge.barbecue.output.OutputException
public static void writeJPEG(net.sourceforge.barbecue.Barcode arg0, java.io.OutputStream arg1)
		throws net.sourceforge.barbecue.output.OutputException
public static void saveJPEG(net.sourceforge.barbecue.Barcode arg0, java.io.File arg1)
		throws net.sourceforge.barbecue.output.OutputException
public static void savePNG(net.sourceforge.barbecue.Barcode arg0, java.io.File arg1)
		throws net.sourceforge.barbecue.output.OutputException
public static void saveGIF(net.sourceforge.barbecue.Barcode arg0, java.io.File arg1)
		throws net.sourceforge.barbecue.output.OutputException
private static void saveImage(net.sourceforge.barbecue.Barcode arg0, String arg1, java.io.File arg2)
		throws net.sourceforge.barbecue.output.OutputException
public static void writePNG(net.sourceforge.barbecue.Barcode arg0, java.io.OutputStream arg1)
		throws net.sourceforge.barbecue.output.OutputException
public static void writeGIF(net.sourceforge.barbecue.Barcode arg0, java.io.OutputStream arg1)
		throws net.sourceforge.barbecue.output.OutputException
private static void writeImage(net.sourceforge.barbecue.Barcode arg0, String arg1, java.io.OutputStream arg2)
		throws net.sourceforge.barbecue.output.OutputException
static void ()

net.sourceforge.barbecue.BarcodePortlet(Ci-dessous la liste des Méthodes de la classe)

public void ()
protected String getTitle(javax.portlet.RenderRequest arg1)
protected void doEdit(javax.portlet.RenderRequest arg1, javax.portlet.RenderResponse arg2)
		throws javax.portlet.PortletException, java.io.IOException
protected void doView(javax.portlet.RenderRequest arg1, javax.portlet.RenderResponse arg2)
		throws javax.portlet.PortletException, java.io.IOException
protected void doHelp(javax.portlet.RenderRequest arg1, javax.portlet.RenderResponse arg2)
		throws javax.portlet.PortletException, java.io.IOException
public void processAction(javax.portlet.ActionRequest arg1, javax.portlet.ActionResponse arg2)
		throws javax.portlet.PortletException, java.io.IOException
private static void storeDataInSession(javax.portlet.PortletRequest arg0)
private static net.sourceforge.barbecue.Barcode createBarcode(String arg0)
private static net.sourceforge.barbecue.Barcode createBarcode(javax.portlet.PortletRequest arg0)
public void serveResource(javax.portlet.ResourceRequest arg1, javax.portlet.ResourceResponse arg2)
		throws javax.portlet.PortletException, java.io.IOException

net.sourceforge.barbecue.BarcodeServlet(Ci-dessous la liste des Méthodes de la classe)

public void ()
public String getServletName()
public void doPost(javax.servlet.http.HttpServletRequest arg1, javax.servlet.http.HttpServletResponse arg2)
		throws javax.servlet.ServletException
public void doGet(javax.servlet.http.HttpServletRequest arg1, javax.servlet.http.HttpServletResponse arg2)
		throws javax.servlet.ServletException
private void doRequest(javax.servlet.http.HttpServletRequest arg1, javax.servlet.http.HttpServletResponse arg2)
		throws javax.servlet.ServletException
private String getRequiredParameter(javax.servlet.http.HttpServletRequest arg1, String arg2)
		throws javax.servlet.ServletException
private boolean getParameterAsBoolean(javax.servlet.http.HttpServletRequest arg1, String arg2, boolean arg3)
private Integer getParameterAsInteger(javax.servlet.http.HttpServletRequest arg1, String arg2)
private String getParameter(javax.servlet.http.HttpServletRequest arg1, String arg2)
protected net.sourceforge.barbecue.Barcode getBarcode(String arg1, String arg2, String arg3, boolean arg4)
		throws javax.servlet.ServletException
private boolean isType(String arg1, String[] arg2)
private java.lang.reflect.Method getMethod(String arg1)
		throws java.lang.NoSuchMethodException
private boolean matches(java.lang.reflect.Method arg1, String arg2)
private void outputBarcodeImage(javax.servlet.http.HttpServletResponse arg1, net.sourceforge.barbecue.Barcode arg2)
		throws java.io.IOException, net.sourceforge.barbecue.output.OutputException

net.sourceforge.barbecue.BlankModule(Ci-dessous la liste des Méthodes de la classe)

public void (int arg1)
protected int draw(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4, int arg5)
		throws net.sourceforge.barbecue.output.OutputException
public String getSymbol()

net.sourceforge.barbecue.CompositeModule(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void add(net.sourceforge.barbecue.Module arg1)
public int size()
public net.sourceforge.barbecue.Module getModule(int arg1)
public String getSymbol()
public int widthInBars()
protected int draw(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4, int arg5)
		throws net.sourceforge.barbecue.output.OutputException

net.sourceforge.barbecue.Main(Ci-dessous la liste des Méthodes de la classe)

public void ()
public static void main(String[] arg0)
public static void Usage()
public static void outputPNG(net.sourceforge.barbecue.Barcode arg0, java.io.OutputStream arg1)
public static void outputSVG(net.sourceforge.barbecue.Barcode arg0, java.io.OutputStream arg1)
public static void outputEPS(net.sourceforge.barbecue.Barcode arg0, java.io.OutputStream arg1)

net.sourceforge.barbecue.Module(Ci-dessous la liste des Méthodes de la classe)

public void (int[] arg1)
public String getSymbol()
public void setSymbol(String arg1)
public int widthInBars()
protected int draw(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4, int arg5)
		throws net.sourceforge.barbecue.output.OutputException
public boolean equals(Object arg1)
public int hashCode()
public String toString()

net.sourceforge.barbecue.Modulo10(Ci-dessous la liste des Méthodes de la classe)

private void ()
public static int getMod10CheckDigit(String arg0, int arg1, int arg2, boolean arg3)
		throws java.lang.NumberFormatException
public static int getMod10CheckDigit(String arg0, int arg1, int arg2)
		throws java.lang.NumberFormatException
public static int getMod10CheckDigit(String arg0, int arg1)
		throws java.lang.NumberFormatException

net.sourceforge.barbecue.SeparatorModule(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void (int arg1)
protected int draw(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4, int arg5)
		throws net.sourceforge.barbecue.output.OutputException
public String getSymbol()

net.sourceforge.barbecue.env.DefaultEnvironment(Ci-dessous la liste des Méthodes de la classe)

public void ()
public int getResolution()
public java.awt.Font getDefaultFont()
static void ()

net.sourceforge.barbecue.env.Environment(Ci-dessous la liste des Méthodes de la classe)

public abstract int getResolution()
public abstract java.awt.Font getDefaultFont()

net.sourceforge.barbecue.env.EnvironmentFactory(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public static net.sourceforge.barbecue.env.Environment getEnvironment()
public static void setHeadlessMode()
public static void setNonAWTMode()
public static void setNonAWTMode(int arg0)
public static void setDefaultMode()
public static void setDefaultEnvironment(net.sourceforge.barbecue.env.Environment arg0)
private static void determineCurrentEnvironment()

net.sourceforge.barbecue.env.HeadlessEnvironment(Ci-dessous la liste des Méthodes de la classe)

public void ()
public int getResolution()
public java.awt.Font getDefaultFont()

net.sourceforge.barbecue.env.NonAWTEnvironment(Ci-dessous la liste des Méthodes de la classe)

public void (int arg1)
public int getResolution()
public java.awt.Font getDefaultFont()

net.sourceforge.barbecue.formatter.BarcodeFormatter(Ci-dessous la liste des Méthodes de la classe)

public abstract void format(net.sourceforge.barbecue.Barcode arg1)
		throws net.sourceforge.barbecue.formatter.FormattingException

net.sourceforge.barbecue.formatter.FormattingException(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
public void (String arg1, Throwable arg2)

net.sourceforge.barbecue.formatter.SVGFormatter(Ci-dessous la liste des Méthodes de la classe)

public static String formatAsSVG(net.sourceforge.barbecue.Barcode arg0)
		throws net.sourceforge.barbecue.formatter.FormattingException
public void (java.io.Writer arg1)
public void (java.io.Writer arg1, double arg2, String arg4)
public void format(net.sourceforge.barbecue.Barcode arg1)
		throws net.sourceforge.barbecue.formatter.FormattingException
public void setSVGScalar(double arg1, String arg3)
private void validateUnits(String arg1)
static void ()

net.sourceforge.barbecue.linear.LinearBarcode(Ci-dessous la liste des Méthodes de la classe)

protected void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
protected java.awt.Dimension draw(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4, int arg5)
		throws net.sourceforge.barbecue.output.OutputException
protected int drawTextLabel(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4)
		throws net.sourceforge.barbecue.output.OutputException

net.sourceforge.barbecue.linear.codabar.CodabarBarcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
public String getLabel()
protected net.sourceforge.barbecue.Module[] encodeData()
protected net.sourceforge.barbecue.Module calculateChecksum()
protected net.sourceforge.barbecue.Module getPreAmble()
protected net.sourceforge.barbecue.Module getPostAmble()
private void validateData()
		throws net.sourceforge.barbecue.BarcodeException
private void addDefaultStartStopIfRequired()
private void replaceTraditionalStartStopWithModern()
private void checkStartStop(char arg1, int arg2)
		throws net.sourceforge.barbecue.BarcodeException

net.sourceforge.barbecue.linear.codabar.ModuleFactory(Ci-dessous la liste des Méthodes de la classe)

private void ()
private static void init()
public static net.sourceforge.barbecue.Module getModule(String arg0)
public static boolean isValid(String arg0)
static void ()

net.sourceforge.barbecue.linear.code128.Accumulator(Ci-dessous la liste des Méthodes de la classe)

public void (int arg1)
public int getValue()
public void add(int arg1)
public void increment()

net.sourceforge.barbecue.linear.code128.CharBuffer(Ci-dessous la liste des Méthodes de la classe)

public void (int arg1)
public int size()
public void addChar(char arg1)
public boolean isFull()
public String toString()
public void clear()

net.sourceforge.barbecue.linear.code128.Code128Barcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
public void (String arg1, int arg2)
		throws net.sourceforge.barbecue.BarcodeException
public int getCharacterSet()
public String getLabel()
protected double getSymbolWidth(int arg1)
protected int calculateMinimumBarHeight(int arg1)
public net.sourceforge.barbecue.Module[] encodeData()
private boolean isShiftOrCode(char arg1)
public net.sourceforge.barbecue.Module calculateChecksum()
protected net.sourceforge.barbecue.Module getPreAmble()
protected net.sourceforge.barbecue.Module getPostAmble()
private boolean isControl(char arg1)
private boolean digitGroupIsNext(int arg1, String arg2)
private boolean digitGroupEndIsNext(int arg1, String arg2)
private void padDataToEvenLength()
private boolean containsShiftOrChange(String arg1)
private void clearShift()
private void checkShift(net.sourceforge.barbecue.Module arg1)
private int shiftMode()
private void checkCodeChange(net.sourceforge.barbecue.Module arg1)
private void encode(java.util.List arg1, String arg2)
private void updateCheckSum(String arg1)
private double convertToMillimetres(double arg1, int arg3)
static void ()

net.sourceforge.barbecue.linear.code128.CodeChangeModule(Ci-dessous la liste des Méthodes de la classe)

void (int[] arg1, int arg2)
public int getCode()

net.sourceforge.barbecue.linear.code128.ModuleFactory(Ci-dessous la liste des Méthodes de la classe)

private void ()
private static void initA()
private static void initB()
private static void initC()
public static net.sourceforge.barbecue.Module getModule(String arg0, int arg1)
public static int getIndex(String arg0, int arg1)
public static net.sourceforge.barbecue.Module getModuleForIndex(int arg0, int arg1)
private static java.util.List getKeys(int arg0)
static void ()

net.sourceforge.barbecue.linear.code128.ShiftModule(Ci-dessous la liste des Méthodes de la classe)

void (int[] arg1)

net.sourceforge.barbecue.linear.code39.Code39Barcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1, boolean arg2)
		throws net.sourceforge.barbecue.BarcodeException
public void (String arg1, boolean arg2, boolean arg3)
		throws net.sourceforge.barbecue.BarcodeException
public String getLabel()
protected net.sourceforge.barbecue.Module[] encodeData()
protected net.sourceforge.barbecue.Module calculateChecksum()
public static int calculateMod43(String arg0)
protected net.sourceforge.barbecue.Module getPreAmble()
protected net.sourceforge.barbecue.Module getPostAmble()
private static String validateBasicChars(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
private static String encodeExtendedChars(String arg0)
static void ()

net.sourceforge.barbecue.linear.code39.ModuleFactory(Ci-dessous la liste des Méthodes de la classe)

private void ()
private static void initBaseSet()
private static void initExtendedSet()
public static net.sourceforge.barbecue.Module getModule(String arg0)
public static int getIndex(String arg0)
public static boolean hasModule(String arg0, boolean arg1)
public static net.sourceforge.barbecue.Module getModuleForIndex(int arg0)
public static String getExtendedCharacter(char arg0)
static void ()

net.sourceforge.barbecue.linear.ean.BooklandBarcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
private static String processIsbn(String arg0)
		throws net.sourceforge.barbecue.BarcodeException

net.sourceforge.barbecue.linear.ean.EAN13Barcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
protected int getBarcodeLength()
protected int getGuardCharSize()
protected int getLeftWidth()
protected net.sourceforge.barbecue.Module getRightMargin()
protected java.awt.Dimension draw(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4, int arg5)
		throws net.sourceforge.barbecue.output.OutputException
protected net.sourceforge.barbecue.Module[] encodeData()
protected net.sourceforge.barbecue.Module calculateChecksum()
public static int getMod10CheckDigit(String arg0)
static void ()

net.sourceforge.barbecue.linear.ean.EAN13ModuleFactory(Ci-dessous la liste des Méthodes de la classe)

protected void ()
protected static void initBaseSet()
protected static void initLeftOddSet()
protected static void initLeftEvenSet()
public static net.sourceforge.barbecue.Module getModule(String arg0, String arg1, int arg2)
public static boolean hasModule(String arg0)
public static net.sourceforge.barbecue.Module getModuleForIndex(String arg0, int arg1)
public static boolean isValid(String arg0)
static void ()

net.sourceforge.barbecue.linear.ean.UCCEAN128Barcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1, String arg2)
		throws net.sourceforge.barbecue.BarcodeException
public void (String arg1, String arg2, boolean arg3)
		throws net.sourceforge.barbecue.BarcodeException
public void (String arg1, boolean arg2)
		throws net.sourceforge.barbecue.BarcodeException
public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
private int getAILength(String arg1)
protected net.sourceforge.barbecue.Module getPreAmble()
public String getLabel()
static String getMod10CheckDigit(String arg0, boolean arg1)
static String getGTINCheckDigit(String arg0)

net.sourceforge.barbecue.linear.postnet.ModuleFactory(Ci-dessous la liste des Méthodes de la classe)

public void ()
private static void initBaseSet()
public static net.sourceforge.barbecue.Module getModule(String arg0)
public static int getIndex(String arg0)
public static net.sourceforge.barbecue.Module getModuleForIndex(int arg0)
static void ()

net.sourceforge.barbecue.linear.postnet.PostNetBarcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
protected net.sourceforge.barbecue.Module calculateChecksum()
protected net.sourceforge.barbecue.Module[] encodeData()
protected double getBarcodeWidth(int arg1)
protected net.sourceforge.barbecue.Module getPostAmble()
protected net.sourceforge.barbecue.Module getPreAmble()
public int getHeight()

net.sourceforge.barbecue.linear.postnet.PostNetModule(Ci-dessous la liste des Méthodes de la classe)

public void (int[] arg1)
protected double draw(net.sourceforge.barbecue.output.AbstractOutput arg1, double arg2, double arg4)
		throws net.sourceforge.barbecue.output.OutputException

net.sourceforge.barbecue.linear.twoOfFive.Int2of5Barcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
public void (String arg1, boolean arg2)
		throws net.sourceforge.barbecue.BarcodeException
protected net.sourceforge.barbecue.Module getPreAmble()
protected net.sourceforge.barbecue.Module getPostAmble()
protected net.sourceforge.barbecue.Module[] encodeData()
protected void validateData()
		throws net.sourceforge.barbecue.BarcodeException

net.sourceforge.barbecue.linear.twoOfFive.Int2of5ModuleFactory(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public static net.sourceforge.barbecue.Module getModule(String arg0, String arg1)
static void ()

net.sourceforge.barbecue.linear.twoOfFive.Std2of5Barcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
public void (String arg1, boolean arg2)
		throws net.sourceforge.barbecue.BarcodeException
public String getLabel()
protected net.sourceforge.barbecue.Module[] encodeData()
protected net.sourceforge.barbecue.Module calculateChecksum()
protected net.sourceforge.barbecue.Module getPreAmble()
protected net.sourceforge.barbecue.Module getPostAmble()
protected void validateData()
		throws net.sourceforge.barbecue.BarcodeException

net.sourceforge.barbecue.linear.twoOfFive.Std2of5ModuleFactory(Ci-dessous la liste des Méthodes de la classe)

protected void ()
private static void init()
public static net.sourceforge.barbecue.Module getModule(String arg0)
public static boolean isValid(String arg0)
static void ()

net.sourceforge.barbecue.linear.upc.ModuleFactory(Ci-dessous la liste des Méthodes de la classe)

protected void ()
protected static void initBaseSet()
protected static void initRightSet()
protected static void initLeftSet()
public static net.sourceforge.barbecue.Module getModule(String arg0, int arg1)
public static boolean hasModule(String arg0)
public static net.sourceforge.barbecue.Module getModuleForIndex(int arg0)
public static boolean isValid(String arg0)
static void ()

net.sourceforge.barbecue.linear.upc.UPCABarcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
public void (String arg1, boolean arg2)
		throws net.sourceforge.barbecue.BarcodeException
protected int getBarcodeLength()
protected java.awt.Dimension draw(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4, int arg5)
		throws net.sourceforge.barbecue.output.OutputException
public String getLabel()
protected double getBarcodeWidth(int arg1)
protected net.sourceforge.barbecue.Module[] encodeData()
protected net.sourceforge.barbecue.Module calculateChecksum()
protected int getGuardCharSize()
protected int getLeftWidth()
protected net.sourceforge.barbecue.Module getLeftMargin()
protected net.sourceforge.barbecue.Module getRightMargin()
protected net.sourceforge.barbecue.Module getPreAmble()
protected net.sourceforge.barbecue.Module getCentreGuard()
protected net.sourceforge.barbecue.Module getPostAmble()
public static int getMod10CheckDigit(String arg0)
protected static int calculateChecksum(int arg0, boolean arg1)
private static String validateChars(String arg0)
		throws net.sourceforge.barbecue.BarcodeException
private String populateRandonWeightCheckDigit(String arg1)
static void ()

net.sourceforge.barbecue.output.AbstractOutput(Ci-dessous la liste des Méthodes de la classe)

protected void (java.awt.Font arg1, boolean arg2, double arg3, java.awt.Color arg5, java.awt.Color arg6)
public void toggleDrawingColor()

net.sourceforge.barbecue.output.CenteredLabelLayout(Ci-dessous la liste des Méthodes de la classe)

public void (int arg1, int arg2, int arg3)
protected void calculate()

net.sourceforge.barbecue.output.DefaultLabelLayout(Ci-dessous la liste des Méthodes de la classe)

public void (int arg1, int arg2)
protected void calculate()

net.sourceforge.barbecue.output.EPSOutput(Ci-dessous la liste des Méthodes de la classe)

public void (java.io.Writer arg1)
public void beginDraw()
public void endDraw(int arg1, int arg2)
public int drawBar(int arg1, int arg2, int arg3, int arg4, boolean arg5)
public double drawBarEPS(double arg1, double arg3, double arg5, double arg7, boolean arg9)
public int drawText(String arg1, net.sourceforge.barbecue.output.LabelLayout arg2)
		throws net.sourceforge.barbecue.output.OutputException
public void toggleDrawingColor()
public void paintBackground(int arg1, int arg2, int arg3, int arg4)
private double getScaledDimension(double arg1)

net.sourceforge.barbecue.output.GraphicsOutput(Ci-dessous la liste des Méthodes de la classe)

public void (java.awt.Graphics2D arg1, java.awt.Font arg2, java.awt.Color arg3, java.awt.Color arg4)
public void beginDraw()
public void endDraw(int arg1, int arg2)
public int drawBar(int arg1, int arg2, int arg3, int arg4, boolean arg5)
public int drawText(String arg1, net.sourceforge.barbecue.output.LabelLayout arg2)
		throws net.sourceforge.barbecue.output.OutputException
public void paintBackground(int arg1, int arg2, int arg3, int arg4)

net.sourceforge.barbecue.output.LabelLayout(Ci-dessous la liste des Méthodes de la classe)

protected void (int arg1, int arg2, int arg3, int arg4)
public void setTextLayout(java.awt.font.TextLayout arg1)
protected abstract void calculate()
public float getTextX()
public float getTextY()
public int getBackgroundX()
public int getBackgroundY()
public int getBackgroundWidth()
public int getBackgroundHeight()

net.sourceforge.barbecue.output.LabelLayoutFactory(Ci-dessous la liste des Méthodes de la classe)

public void ()
public static net.sourceforge.barbecue.output.LabelLayout createOriginLayout(int arg0, int arg1)
public static net.sourceforge.barbecue.output.LabelLayout createCenteredLayout(int arg0, int arg1, int arg2)
public static net.sourceforge.barbecue.output.LabelLayout createMarginLayout(int arg0, int arg1, int arg2, int arg3)

net.sourceforge.barbecue.output.MarginLabelLayout(Ci-dessous la liste des Méthodes de la classe)

public void (int arg1, int arg2, int arg3, int arg4)
protected void calculate()

net.sourceforge.barbecue.output.Output(Ci-dessous la liste des Méthodes de la classe)

public abstract int drawBar(int arg1, int arg2, int arg3, int arg4, boolean arg5)
		throws net.sourceforge.barbecue.output.OutputException
public abstract void beginDraw()
		throws net.sourceforge.barbecue.output.OutputException
public abstract void endDraw(int arg1, int arg2)
		throws net.sourceforge.barbecue.output.OutputException
public abstract int drawText(String arg1, net.sourceforge.barbecue.output.LabelLayout arg2)
		throws net.sourceforge.barbecue.output.OutputException
public abstract void toggleDrawingColor()
public abstract void paintBackground(int arg1, int arg2, int arg3, int arg4)

net.sourceforge.barbecue.output.OutputException(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
public void (String arg1, Throwable arg2)
public void (Throwable arg1)

net.sourceforge.barbecue.output.SVGOutput(Ci-dessous la liste des Méthodes de la classe)

public void (java.io.Writer arg1, java.awt.Font arg2, java.awt.Color arg3, java.awt.Color arg4, double arg5, String arg7)
public void beginDraw()
public void endDraw(int arg1, int arg2)
		throws net.sourceforge.barbecue.output.OutputException
protected org.jdom.Element createElement(String arg1)
public int drawBar(int arg1, int arg2, int arg3, int arg4, boolean arg5)
public int drawText(String arg1, net.sourceforge.barbecue.output.LabelLayout arg2)
		throws net.sourceforge.barbecue.output.OutputException
public void paintBackground(int arg1, int arg2, int arg3, int arg4)
private String constructStyleText()
private String getFontStyle(int arg1)
private String getScaledDimension(int arg1)
private String getColorAsCSS(java.awt.Color arg1)
static void ()

net.sourceforge.barbecue.output.SizingOutput(Ci-dessous la liste des Méthodes de la classe)

public void (java.awt.Font arg1, java.awt.Color arg2, java.awt.Color arg3)
public void (java.awt.Font arg1, java.awt.FontMetrics arg2, java.awt.Color arg3, java.awt.Color arg4)
public int drawBar(int arg1, int arg2, int arg3, int arg4, boolean arg5)
public void beginDraw()
public void endDraw(int arg1, int arg2)
public int drawText(String arg1, net.sourceforge.barbecue.output.LabelLayout arg2)
		throws net.sourceforge.barbecue.output.OutputException
public void paintBackground(int arg1, int arg2, int arg3, int arg4)

net.sourceforge.barbecue.twod.pdf417.PDF417Barcode(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
		throws net.sourceforge.barbecue.BarcodeException
public void setDrawingText(boolean arg1)
public void setBarWidth(int arg1)
public void setBarHeight(int arg1)
public void setResolution(int arg1)
protected int calculateMinimumBarHeight(int arg1)
protected net.sourceforge.barbecue.Module[] encodeData()
protected net.sourceforge.barbecue.Module calculateChecksum()
protected net.sourceforge.barbecue.Module getPreAmble()
protected net.sourceforge.barbecue.Module getPostAmble()
private void initBarcode(String arg1)

net.sourceforge.barbecue.twod.pdf417.PDF417Data(Ci-dessous la liste des Méthodes de la classe)

void ()
static void ()

net.sourceforge.barbecue.twod.pdf417.PDF417Module(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1)
private int getBarcodeWidth()
int getBarcodeHeight()
protected int draw(net.sourceforge.barbecue.output.Output arg1, int arg2, int arg3, int arg4, int arg5)
		throws net.sourceforge.barbecue.output.OutputException
private void generateEC(int[] arg1, int arg2, int arg3)
private void outbit(int arg1, net.sourceforge.barbecue.output.Output arg2)
		throws net.sourceforge.barbecue.output.OutputException
private void createCodewords(char[] arg1, int arg2)
private void createBits(int[] arg1, int arg2, int arg3)
private void encode(int[] arg1, int arg2, net.sourceforge.barbecue.output.Output arg3)
		throws net.sourceforge.barbecue.output.OutputException

A Voir sur le même Sujet:

  • barbecue-1.5-beta1
  • barcode
  • javax.servlet.ServletException: net.sourceforge.barbecue.BarcodeImageHandler.saveJPEG

Leave a Reply

Your email address will not be published. Required fields are marked *