public class OdPen extends Object
The open document pen
Constructor and Description |
---|
OdPen() |
Modifier and Type | Method and Description |
---|---|
OdBrush |
getBrush()
Gets the brush.
|
int |
getPenStyle()
Gets the pen style.
|
int |
getWidth()
Gets the width.
|
void |
setBrush(OdBrush value)
Sets the brush.
|
void |
setPenStyle(int value)
Sets the pen style.
|
void |
setWidth(int value)
Sets the width.
|
public final int getPenStyle()
Gets the pen style.
public final void setPenStyle(int value)
Sets the pen style.
value
- the pen style.public final OdBrush getBrush()
Gets the brush.
public final void setBrush(OdBrush value)
Sets the brush.
value
- the brush.public final int getWidth()
Gets the width.
public final void setWidth(int value)
Sets the width.
value
- the width.