public static enum StrokeStyle.LineCap extends 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(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static StrokeStyle.LineCap fromNativeId(int nativeId)
public static StrokeStyle.LineCap fromOoxmlId(int ooxmlId)
Copyright © 2010 - 2020 Adobe. All Rights Reserved