public final class BarCodeRegion extends Object
Represents the barcode's region
Modifier and Type | Method and Description |
---|---|
void |
drawBarCodeEdges(Graphics2D g,
Stroke pen,
Paint brush)
Draws the bar code edges.
|
void |
fillBarCodeRegion(Graphics2D g,
Paint brush)
Fills the bar code region.
|
Point[] |
getPoints() |
public Point[] getPoints()
public void drawBarCodeEdges(Graphics2D g, Stroke pen, Paint brush)
Draws the bar code edges.
g
- The graphics.pen
- Pen that determines the color, width, and style of the polygon.public void fillBarCodeRegion(Graphics2D g, Paint brush)
Fills the bar code region.
g
- The graphics.brush
- The brush.Copyright (c) 2002-2014 Aspose Pty Ltd. All Rights Reserved.