Method Summary |
|
public void | setAlphaIsShape(boolean v) The alpha source flag specifying whether the current soft mask
and alpha constant are to be interpreted as shape values (true)
or opacity values (false). |
public void | setBlendMode(PdfName bm) The current blend mode to be used in the transparent imaging model. |
public void | setFillOpacity(float n) Sets the current stroking alpha constant, specifying the constant shape or
constant opacity value to be used for nonstroking operations in the transparent
imaging model. |
public void | setOverPrintMode(int ov) Sets the flag whether to toggle knockout behavior for overprinted objects. |
public void | setOverPrintNonStroking(boolean ov) Sets the flag whether to apply overprint for non stroking painting operations. |
public void | setOverPrintStroking(boolean ov) Sets the flag whether to apply overprint for stroking. |
public void | setStrokeOpacity(float n) Sets the current stroking alpha constant, specifying the constant shape or
constant opacity value to be used for stroking operations in the transparent
imaging model. |
public void | setTextKnockout(boolean v) Determines the behaviour of overlapping glyphs within a text object
in the transparent imaging model. |