public static enum StrokeStyle.LineCap extends java.lang.Enum<StrokeStyle.LineCap>
Enum Constant and Description |
---|
FLAT
Line ends at end point
|
ROUND
Rounded ends
|
SQUARE
Square protrudes by half line width
|
Modifier and Type | Method and Description |
---|---|
static StrokeStyle.LineCap |
fromNativeId(int nativeId) |
static StrokeStyle.LineCap |
fromOoxmlId(int ooxmlId) |
static StrokeStyle.LineCap |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrokeStyle.LineCap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StrokeStyle.LineCap ROUND
public static final StrokeStyle.LineCap SQUARE
public static final StrokeStyle.LineCap FLAT
public static StrokeStyle.LineCap[] values()
for (StrokeStyle.LineCap c : StrokeStyle.LineCap.values()) System.out.println(c);
public static StrokeStyle.LineCap valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static StrokeStyle.LineCap fromNativeId(int nativeId)
public static StrokeStyle.LineCap fromOoxmlId(int ooxmlId)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.