Class RMEffectPdfr

java.lang.Object
com.inductiveautomation.rm.pdf.writer.RMEffectPdfr

public class RMEffectPdfr extends Object
A PDF helper/writer class for RMEffect.
  • Constructor Details

    • RMEffectPdfr

      public RMEffectPdfr()
  • Method Details

    • writeShapeEffect

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

      public static void writeEffect(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.