Class RMEffectPdfr
- java.lang.Object
- 
- com.inductiveautomation.rm.pdf.writer.RMEffectPdfr
 
- 
 public class RMEffectPdfr extends java.lang.ObjectA PDF helper/writer class for RMEffect.
- 
- 
Constructor SummaryConstructors Constructor Description RMEffectPdfr()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteBlurEffect(RMShape aShape, RMBlurEffect aBlurEffect, RMPDFWriter aWriter)Writes pdf for given blur effect and shape.static voidwriteEffect(RMShape aShape, RMEffect anEffect, RMPDFWriter aWriter)Writes an effect.static voidwriteEmbossEffect(RMShape aShape, RMEmbossEffect anEmbossEffect, RMPDFWriter aWriter)Writes pdf for given emboss effect and shape.static voidwriteRefectionEffect(RMShape aShape, RMReflectionEffect aReflection, RMPDFWriter aWriter)Writes pdf for given reflection effect and shape.static voidwriteShadowEffect(RMShape aShape, RMShadowEffect aShadow, RMPDFWriter aWriter)Writes pdf for given shadow effect and shape.static voidwriteShapeEffect(RMShape aShape, RMEffect anEffect, RMPDFWriter aWriter)Writes an effect.
 
- 
- 
- 
Method Detail- 
writeShapeEffectpublic static void writeShapeEffect(RMShape aShape, RMEffect anEffect, RMPDFWriter aWriter) Writes an effect.
 - 
writeEffectpublic static void writeEffect(RMShape aShape, RMEffect anEffect, RMPDFWriter aWriter) Writes an effect.
 - 
writeBlurEffectpublic static void writeBlurEffect(RMShape aShape, RMBlurEffect aBlurEffect, RMPDFWriter aWriter) Writes pdf for given blur effect and shape.
 - 
writeShadowEffectpublic static void writeShadowEffect(RMShape aShape, RMShadowEffect aShadow, RMPDFWriter aWriter) Writes pdf for given shadow effect and shape.
 - 
writeRefectionEffectpublic static void writeRefectionEffect(RMShape aShape, RMReflectionEffect aReflection, RMPDFWriter aWriter) Writes pdf for given reflection effect and shape.
 - 
writeEmbossEffectpublic static void writeEmbossEffect(RMShape aShape, RMEmbossEffect anEmbossEffect, RMPDFWriter aWriter) Writes pdf for given emboss effect and shape.
 
- 
 
-