|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Enumerate
com.aspose.slides.LineJoinStyle
public class LineJoinStyle
Enumeration which defines styles of lines joining.
Field Summary | |
---|---|
static LineJoinStyle |
JOIN_BEVEL
Join edges by a straight line |
static int |
JOIN_BEVEL_ID
|
static LineJoinStyle |
JOIN_MITER
Extend edges until they join |
static int |
JOIN_MITER_ID
|
static LineJoinStyle |
JOIN_ROUND
Draw an arc between the two edges |
static int |
JOIN_ROUND_ID
|
Method Summary | |
---|---|
static LineJoinStyle |
toValue(int id)
Returns LineJoinStyle object holding the value of the specified int Id. |
Methods inherited from class com.aspose.slides.Enumerate |
---|
compareTo, equals, getId, getName, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LineJoinStyle JOIN_BEVEL
public static final int JOIN_BEVEL_ID
public static final LineJoinStyle JOIN_MITER
public static final int JOIN_MITER_ID
public static final LineJoinStyle JOIN_ROUND
public static final int JOIN_ROUND_ID
Method Detail |
---|
public static LineJoinStyle toValue(int id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |