public class HemfPenStyle extends HwmfPenStyle
HwmfPenStyle.HwmfLineCap, HwmfPenStyle.HwmfLineDash, HwmfPenStyle.HwmfLineJoinflag| Constructor and Description |
|---|
HemfPenStyle() |
| Modifier and Type | Method and Description |
|---|---|
HemfPenStyle |
clone()
Creates a new object of the same class and with the
same contents as this object.
|
float[] |
getLineDashes()
Convienence method which should be used instead of accessing
HwmfPenStyle.HwmfLineDash.dashes
directly, so an subclass can provide user-style dashes |
void |
setLineDashes(float[] dashPattern) |
static HemfPenStyle |
valueOf(int flag) |
getLineCap, getLineDash, getLineJoin, isAlternateDash, isGeometric, toStringpublic static HemfPenStyle valueOf(int flag)
public float[] getLineDashes()
HwmfPenStyleHwmfPenStyle.HwmfLineDash.dashes
directly, so an subclass can provide user-style dashesgetLineDashes in class HwmfPenStylepublic void setLineDashes(float[] dashPattern)
public HemfPenStyle clone()
HwmfPenStyleclone in class HwmfPenStyleCloneable