Packages

 

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

Class EmfPlusSmoothingMode

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


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

    The SmoothingMode enumeration defines smoothing modes to apply to lines, curves, and the edges of filled areas to make them appear more continuous or sharply defined.

    • 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

      • SmoothingModeDefault

        public static final byte SmoothingModeDefault

        Specifies default curve smoothing with no anti-aliasing.

        See Also:
        Constant Field Values
      • SmoothingModeHighSpeed

        public static final byte SmoothingModeHighSpeed

        Specifies best performance with no anti-aliasing.

        See Also:
        Constant Field Values
      • SmoothingModeHighQuality

        public static final byte SmoothingModeHighQuality

        Specifies best quality with anti-aliasing.

        See Also:
        Constant Field Values
      • SmoothingModeNone

        public static final byte SmoothingModeNone

        Performs no curve smoothing and no anti-aliasing.

        See Also:
        Constant Field Values
      • SmoothingModeAntiAlias8x4

        public static final byte SmoothingModeAntiAlias8x4

        Specifies good quality using an 8x4 box filter.

        See Also:
        Constant Field Values
      • SmoothingModeAntiAlias8x8

        public static final byte SmoothingModeAntiAlias8x8

        Specifies better quality using an 8x8 box filter.

        See Also:
        Constant Field Values