Uses of Enum
com.evopdf.Blending

  • Uses of Blending in com.evopdf

    Methods in com.evopdf that return Blending
    Modifier and Type
    Method
    Description
    PageGraphicElement.blending()
    Gets blending mode for transparent rendering mode of the element
    static Blending
    Blending.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static Blending[]
    Blending.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in com.evopdf with parameters of type Blending
    Modifier and Type
    Method
    Description
    void
    PageGraphicElement.setBlending(Blending blending)
    Sets blending mode for transparent rendering mode of the element