Uses of Class
net.sourceforge.barbecue.output.OutputException

Packages that use OutputException
net.sourceforge.barbecue   
net.sourceforge.barbecue.linear   
net.sourceforge.barbecue.linear.ean   
net.sourceforge.barbecue.linear.postnet   
net.sourceforge.barbecue.linear.upc   
net.sourceforge.barbecue.output   
net.sourceforge.barbecue.twod.pdf417   
 

Uses of OutputException in net.sourceforge.barbecue
 

Methods in net.sourceforge.barbecue that throw OutputException
 void Barcode.draw(Graphics2D g, int x, int y)
          Renders this Barcode at the specified location in the specified Graphics2D context.
protected  int Module.draw(Output output, int x, int y, int barWidth, int barHeight)
          Draws the module to the given outputter at the specified origin.
protected abstract  Dimension Barcode.draw(Output output, int x, int y, int barWidth, int barHeight)
           
protected  int CompositeModule.draw(Output output, int x, int y, int barWidth, int barHeight)
          Draws the module to the given outputter at the specified origin.
protected  int SeparatorModule.draw(Output output, int x, int y, int barWidth, int barHeight)
          Draws the module to the specified output.
protected  int BlankModule.draw(Output output, int x, int y, int barWidth, int barHeight)
          Draws the module to a barcode output.
protected  int Barcode.drawModule(Module module, Output output, int x, int y, int barWidth, int barHeight)
           
static BufferedImage BarcodeImageHandler.getImage(Barcode barcode)
          Creates an image for a barcode that can be used in other GUI components (e.g.
 void Barcode.output(Output output)
           
static void BarcodeImageHandler.saveGIF(Barcode barcode, File f)
           
static void BarcodeImageHandler.saveJPEG(Barcode barcode, File f)
           
static void BarcodeImageHandler.savePNG(Barcode barcode, File f)
           
static void BarcodeImageHandler.writeGIF(Barcode barcode, OutputStream os)
          write a GIF image to an OutputStream
static void BarcodeImageHandler.writeJPEG(Barcode barcode, OutputStream os)
          write a JPEG image to an OutputStream
static void BarcodeImageHandler.writePNG(Barcode barcode, OutputStream os)
          write a PNG image to an OutputStream
 

Uses of OutputException in net.sourceforge.barbecue.linear
 

Methods in net.sourceforge.barbecue.linear that throw OutputException
protected  Dimension LinearBarcode.draw(Output output, int x, int y, int barWidth, int barHeight)
           
protected  int LinearBarcode.drawTextLabel(Output params, int x, int y, int width)
           
 

Uses of OutputException in net.sourceforge.barbecue.linear.ean
 

Methods in net.sourceforge.barbecue.linear.ean that throw OutputException
protected  Dimension EAN13Barcode.draw(Output output, int x, int y, int barWidth, int barHeight)
           
 

Uses of OutputException in net.sourceforge.barbecue.linear.postnet
 

Methods in net.sourceforge.barbecue.linear.postnet that throw OutputException
protected  double PostNetModule.draw(AbstractOutput output, double x, double y)
           
 

Uses of OutputException in net.sourceforge.barbecue.linear.upc
 

Methods in net.sourceforge.barbecue.linear.upc that throw OutputException
protected  Dimension UPCABarcode.draw(Output output, int x, int y, int barWidth, int barHeight)
           
 

Uses of OutputException in net.sourceforge.barbecue.output
 

Methods in net.sourceforge.barbecue.output that throw OutputException
 void Output.beginDraw()
          Sets up the drawing environment.
 int Output.drawBar(int x, int y, int width, int height, boolean paintWithForegroundColor)
          "Draws" a bar at the given coordinates.
 int GraphicsOutput.drawText(String text, LabelLayout labelLayout)
           
 int EPSOutput.drawText(String text, LabelLayout layout)
           
 int SVGOutput.drawText(String text, LabelLayout layout)
           
 int Output.drawText(String text, LabelLayout layout)
          Draw the specified text.
 int SizingOutput.drawText(String text, LabelLayout labelLayout)
           
 void SVGOutput.endDraw(int width, int height)
          From AbstractOutput - finished up the SVG output.
 void Output.endDraw(int width, int height)
          Balanced with startDraw(), used for caching, output of epilogues.
 

Uses of OutputException in net.sourceforge.barbecue.twod.pdf417
 

Methods in net.sourceforge.barbecue.twod.pdf417 that throw OutputException
protected  int PDF417Module.draw(Output outputter, int x, int y, int barWidth, int barHeight)
          Draw the barcode to the specified outputter, at the specified origin.
 



Copyright © 2003-2011 barbecue.sourceforge.net. All Rights Reserved.