Uses of Class
org.apache.fop.area.Trait.Background
-
Packages that use Trait.Background Package Description org.apache.fop.render Generic renderer interface.org.apache.fop.render.intermediate -
-
Uses of Trait.Background in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type Trait.Background Modifier and Type Method Description protected void
AbstractPathOrientedRenderer. drawBackground(float startx, float starty, float width, float height, Trait.Background back, BorderProps bpsTop, BorderProps bpsBottom, BorderProps bpsLeft, BorderProps bpsRight)
Draw the background.protected void
AbstractPathOrientedRenderer. drawBackground(float startx, float starty, float width, float height, Trait.Background back, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd, int level)
Draw the background. -
Uses of Trait.Background in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type Trait.Background Modifier and Type Method Description protected void
IFRenderer. drawBackground(float startx, float starty, float width, float height, Trait.Background back, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)
Draw the background.
-