Packages

 

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

Class EmfFloodFill

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


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

    The FloodFill enumeration defines values that specify how to determine the area for a flood fill operation.

    • 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 FLOODFILLBORDER
      The fill area is bounded by a specific color
      static int FLOODFILLSURFACE
      The fill area is defined by a specific color.
      • 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

      • FLOODFILLBORDER

        public static final int FLOODFILLBORDER

        The fill area is bounded by a specific color

        See Also:
        Constant Field Values
      • FLOODFILLSURFACE

        public static final int FLOODFILLSURFACE

        The fill area is defined by a specific color. Filling continues outward in all directions as long as the color is encountered. This style is useful for filling areas with multicolored boundaries

        See Also:
        Constant Field Values