com.aspose.slides
Class LineJoinStyle

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.LineJoinStyle

public final class LineJoinStyle
extends com.aspose.ms.java.Enum

Represents the join style of a line.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int JoinBevel
           Join edges by a straight line
static int JoinMiter
           Extend edges until they join
static int JoinRound
           Draw an arc between the two edges
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JoinBevel

public static final int JoinBevel

Join edges by a straight line

See Also:
Constant Field Values

JoinMiter

public static final int JoinMiter

Extend edges until they join

See Also:
Constant Field Values

JoinRound

public static final int JoinRound

Draw an arc between the two edges

See Also:
Constant Field Values