Uses of Interface
org.apache.fop.afp.PaintingInfo
-
Packages that use PaintingInfo Package Description org.apache.fop.afp Contains an AFP library. -
-
Uses of PaintingInfo in org.apache.fop.afp
Classes in org.apache.fop.afp that implement PaintingInfo Modifier and Type Class Description class
BorderPaintingInfo
Border painting informationclass
RectanglePaintingInfo
Filled rectangle painting informationMethods in org.apache.fop.afp with parameters of type PaintingInfo Modifier and Type Method Description abstract void
AbstractAFPPainter. paint(PaintingInfo paintInfo)
Paints the painting itemvoid
AFPBorderPainter. paint(PaintingInfo paintInfo)
Paints the painting itemvoid
AFPDitheredRectanglePainter. paint(PaintingInfo paintInfo)
Paints the painting itemvoid
AFPRectanglePainter. paint(PaintingInfo paintInfo)
Paints the painting itemprivate void
AFPRectanglePainter. paintAlpha(PaintingInfo paintInfo)
-