Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusLineCapType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusLineCapType


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

    The LineCapType enumeration defines types of line caps to use at the ends of lines that are drawn with graphics pens.

    Graphics line caps are specified by Objects.EmfPlusPen objects (section 2.2.1.7).

    • 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
    • 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

      • LineCapTypeFlat

        public static final int LineCapTypeFlat

        Specifies a squared-off line cap. The end of the line MUST be the last point in the line.

        See Also:
        Constant Field Values
      • LineCapTypeSquare

        public static final int LineCapTypeSquare

        Specifies a square line cap. The center of the square MUST be located at the last point in the line. The width of the square is the line width.

        See Also:
        Constant Field Values
      • LineCapTypeRound

        public static final int LineCapTypeRound

        Specifies a circular line cap. The center of the circle MUST be located at the last point in the line. The diameter of the circle is the line width.

        See Also:
        Constant Field Values
      • LineCapTypeTriangle

        public static final int LineCapTypeTriangle

        Specifies a triangular line cap. The base of the triangle MUST be located at the last point in the line. The base of the triangle is the line width.

        See Also:
        Constant Field Values
      • LineCapTypeNoAnchor

        public static final int LineCapTypeNoAnchor

        Specifies that the line end is not anchored.

        See Also:
        Constant Field Values
      • LineCapTypeSquareAnchor

        public static final int LineCapTypeSquareAnchor

        Specifies that the line end is anchored with a square line cap. The center of the square MUST be located at the last point in the line. The height and width of the square are the line width.

        See Also:
        Constant Field Values
      • LineCapTypeRoundAnchor

        public static final int LineCapTypeRoundAnchor

        Specifies that the line end is anchored with a circular line cap. The center of the circle MUST be located at the last point in the line. The circle SHOULD be wider than the line.

        See Also:
        Constant Field Values
      • LineCapTypeDiamondAnchor

        public static final int LineCapTypeDiamondAnchor

        Specifies that the line end is anchored with a diamond-shaped line cap, which is a square turned at 45 degrees. The center of the diamond MUST be located at the last point in the line. The diamond SHOULD be wider than the line.

        See Also:
        Constant Field Values
      • LineCapTypeArrowAnchor

        public static final int LineCapTypeArrowAnchor

        Specifies that the line end is anchored with an arrowhead shape. The arrowhead point MUST be located at the last point in the line. The arrowhead SHOULD be wider than the line.

        See Also:
        Constant Field Values
      • LineCapTypeAnchorMask

        public static final int LineCapTypeAnchorMask

        Mask used to check whether a line cap is an anchor cap.

        See Also:
        Constant Field Values
      • LineCapTypeCustom

        public static final int LineCapTypeCustom

        Specifies a custom line cap.

        See Also:
        Constant Field Values