Interface HemfPlusDraw.EmfPlusSolidColor

    • Field Detail

      • SOLID_COLOR

        static final BitField SOLID_COLOR
        If set, brushId specifies a color as an EmfPlusARGB object. If clear, brushId contains the index of an EmfPlusBrush object in the EMF+ Object Table.
    • Method Detail

      • getFlags

        int getFlags()
      • getBrushIdValue

        int getBrushIdValue()
      • isSolidColor

        default boolean isSolidColor()
      • getBrushId

        default int getBrushId()
      • getSolidColor

        default Color getSolidColor()
      • applyColor

        default void applyColor​(HemfGraphics ctx)