public final class LineCap extends Enum
Title: LineCap class
Description:
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Modifier and Type | Field and Description |
|---|---|
static LineCap |
BEVEL
Defines a beveled union style between line segments
|
static LineCap |
MITER
Defines a miter union style between line segments
|
static LineCap |
ROUND
Defines a round union style between line segments
|
| Modifier and Type | Method and Description |
|---|---|
static LineCap |
fromValue(int value) |
getValue, readResolvepublic static final LineCap BEVEL
public static final LineCap MITER
public static final LineCap ROUND
public static LineCap fromValue(int value)