com.aspose.slides
Class LineJoinStyle

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.LineJoinStyle
All Implemented Interfaces:
java.lang.Comparable

public class LineJoinStyle
extends Enumerate

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

JOIN_BEVEL

public static final LineJoinStyle JOIN_BEVEL
Join edges by a straight line


JOIN_BEVEL_ID

public static final int JOIN_BEVEL_ID
See Also:
Constant Field Values

JOIN_MITER

public static final LineJoinStyle JOIN_MITER
Extend edges until they join


JOIN_MITER_ID

public static final int JOIN_MITER_ID
See Also:
Constant Field Values

JOIN_ROUND

public static final LineJoinStyle JOIN_ROUND
Draw an arc between the two edges


JOIN_ROUND_ID

public static final int JOIN_ROUND_ID
See Also:
Constant Field Values
Method Detail

toValue

public static LineJoinStyle toValue(int id)
Returns LineJoinStyle object holding the value of the specified int Id.