public class HemfPenStyle extends HwmfPenStyle
HwmfPenStyle.HwmfLineCap, HwmfPenStyle.HwmfLineDash, HwmfPenStyle.HwmfLineJoin
flag
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, toString
public static HemfPenStyle valueOf(int flag)
public float[] getLineDashes()
HwmfPenStyle
HwmfPenStyle.HwmfLineDash.dashes
directly, so an subclass can provide user-style dashesgetLineDashes
in class HwmfPenStyle
public void setLineDashes(float[] dashPattern)
public HemfPenStyle clone()
HwmfPenStyle
clone
in class HwmfPenStyle
Cloneable
Copyright 2019 The Apache Software Foundation or its licensors, as applicable.