com.aspose.slides
Class LineJoinStyle

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.LineJoinStyle

public class LineJoinStyle
extends Enumerate


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)
           
 
Methods inherited from class com.aspose.slides.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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)