Packages

 

com.aspose.imaging.fileformats.cmx.objectmodel.enums

Class JoinTypes

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.cmx.objectmodel.enums.JoinTypes


  • public final class JoinTypes
    extends com.aspose.ms.System.Enum

    Connection types between lines

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int BeveledCorners
      Beveled (square off) corners in the line or outline.
      static int MiteredCorners
      Create pointed corners.
      static int RoundCorners
      Create rounded corners in the line or outline.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • MiteredCorners

        public static final int MiteredCorners

        Create pointed corners.

        See Also:
        Constant Field Values
      • RoundCorners

        public static final int RoundCorners

        Create rounded corners in the line or outline.

        See Also:
        Constant Field Values
      • BeveledCorners

        public static final int BeveledCorners

        Beveled (square off) corners in the line or outline.

        See Also:
        Constant Field Values