Class RMEffectPdfr


  • public class RMEffectPdfr
    extends java.lang.Object
    A PDF helper/writer class for RMEffect.
    • Constructor Detail

      • RMEffectPdfr

        public RMEffectPdfr()
    • Method Detail

      • writeShapeEffect

        public static void writeShapeEffect​(RMShape aShape,
                                            RMEffect anEffect,
                                            RMPDFWriter aWriter)
        Writes an effect.
      • writeBlurEffect

        public static void writeBlurEffect​(RMShape aShape,
                                           RMBlurEffect aBlurEffect,
                                           RMPDFWriter aWriter)
        Writes pdf for given blur effect and shape.
      • writeShadowEffect

        public static void writeShadowEffect​(RMShape aShape,
                                             RMShadowEffect aShadow,
                                             RMPDFWriter aWriter)
        Writes pdf for given shadow effect and shape.
      • writeRefectionEffect

        public static void writeRefectionEffect​(RMShape aShape,
                                                RMReflectionEffect aReflection,
                                                RMPDFWriter aWriter)
        Writes pdf for given reflection effect and shape.
      • writeEmbossEffect

        public static void writeEmbossEffect​(RMShape aShape,
                                             RMEmbossEffect anEmbossEffect,
                                             RMPDFWriter aWriter)
        Writes pdf for given emboss effect and shape.