|
|||||||||
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 barcode's region Draw edges of the barcode region, then fill it.
Method Summary | |
---|---|
void |
drawBarCodeEdges(Graphics2D g,
Stroke pen,
Paint brush)
Draws the bar code edges. |
void |
fillBarCodeRegion(Graphics2D g,
Paint brush)
Fills the bar code region. |
Point2D.Float[] |
getPoints()
Gets the points of the region. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Point2D.Float[] getPoints()
Gets the points of the region.
public void drawBarCodeEdges(Graphics2D g, Stroke pen, Paint brush)
Draws the bar code edges.
g
- The graphics.pen
- The pen.public void fillBarCodeRegion(Graphics2D g, Paint brush)
Fills the bar code region.
g
- The graphics.brush
- The brush.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |