|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcoderecognition.BarCodeRegion
public final class BarCodeRegion
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.
Overview Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD