public class HwmfPenStyle
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
HwmfPenStyle.HwmfLineCap |
static class |
HwmfPenStyle.HwmfLineDash |
static class |
HwmfPenStyle.HwmfLineJoin |
Constructor and Description |
---|
HwmfPenStyle() |
Modifier and Type | Method and Description |
---|---|
HwmfPenStyle |
clone()
Creates a new object of the same class and with the
same contents as this object.
|
HwmfPenStyle.HwmfLineCap |
getLineCap() |
HwmfPenStyle.HwmfLineDash |
getLineDash() |
HwmfPenStyle.HwmfLineJoin |
getLineJoin() |
boolean |
isAlternateDash()
The pen sets every other pixel (this style is applicable only for cosmetic pens).
|
static HwmfPenStyle |
valueOf(int flag) |
public static HwmfPenStyle valueOf(int flag)
public HwmfPenStyle.HwmfLineCap getLineCap()
public HwmfPenStyle.HwmfLineJoin getLineJoin()
public HwmfPenStyle.HwmfLineDash getLineDash()
public boolean isAlternateDash()
public HwmfPenStyle clone()
clone
in class java.lang.Object
java.lang.OutOfMemoryError
- if there is not enough memory.Cloneable
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.