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 classBorderPaintingInfoBorder painting informationclassRectanglePaintingInfoFilled rectangle painting informationMethods in org.apache.fop.afp with parameters of type PaintingInfo Modifier and Type Method Description abstract voidAbstractAFPPainter. paint(PaintingInfo paintInfo)Paints the painting itemvoidAFPBorderPainter. paint(PaintingInfo paintInfo)Paints the painting itemvoidAFPDitheredRectanglePainter. paint(PaintingInfo paintInfo)Paints the painting itemvoidAFPRectanglePainter. paint(PaintingInfo paintInfo)Paints the painting item
-