OdPen
Contents
[
Hide
]Inheritance: java.lang.Object
public class OdPen
The open document pen
Constructors
Constructor | Description |
---|---|
OdPen() |
Methods
Method | Description |
---|---|
getPenStyle() | Gets the pen style. |
setPenStyle(int value) | Sets the pen style. |
getBrush() | Gets the brush. |
setBrush(OdBrush value) | Sets the brush. |
getWidth() | Gets the width. |
setWidth(int value) | Sets the width. |
OdPen()
public OdPen()
getPenStyle()
public final int getPenStyle()
Gets the pen style.
Returns: int - the pen style.
setPenStyle(int value)
public final void setPenStyle(int value)
Sets the pen style.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | the pen style. |
getBrush()
public final OdBrush getBrush()
Gets the brush.
Returns: OdBrush - the brush.
setBrush(OdBrush value)
public final void setBrush(OdBrush value)
Sets the brush.
Parameters:
Parameter | Type | Description |
---|---|---|
value | OdBrush | the brush. |
getWidth()
public final int getWidth()
Gets the width.
Returns: int - the width.
setWidth(int value)
public final void setWidth(int value)
Sets the width.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | the width. |