com.aspose.barcoderecognition
Class BarCodeRegion

java.lang.Object
  extended by com.aspose.barcoderecognition.BarCodeRegion

public final class BarCodeRegion
extends java.lang.Object

Represents the com.aspose.barcode's region


 Draw edges of the com.aspose.barcode region, then fill it.


Method Summary
 void drawBarCodeEdges(Graphics g, Pen pen)
           Draws the bar code edges.
 void fillBarCodeRegion(Graphics g, Brush brush)
           Fills the bar code region.
 java.awt.Point[] getPoints()
           Gets the points of the region.
 Point[] getPointsInternal()
           Gets the points of the region.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

drawBarCodeEdges

public void drawBarCodeEdges(Graphics g,
                             Pen pen)

Draws the bar code edges.

Parameters:
g - The graphics.
pen - The pen.

fillBarCodeRegion

public void fillBarCodeRegion(Graphics g,
                              Brush brush)

Fills the bar code region.

Parameters:
g - The graphics.
brush - The brush.

getPoints

public java.awt.Point[] getPoints()

Gets the points of the region.


getPointsInternal

public Point[] getPointsInternal()

Gets the points of the region.