Class RMEffectPdfr
java.lang.Object
com.inductiveautomation.rm.pdf.writer.RMEffectPdfr
A PDF helper/writer class for RMEffect.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic 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.
- 
Constructor Details- 
RMEffectPdfrpublic RMEffectPdfr()
 
- 
- 
Method Details- 
writeShapeEffectWrites an effect.
- 
writeEffectWrites an effect.
- 
writeBlurEffectWrites pdf for given blur effect and shape.
- 
writeShadowEffectWrites 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.
 
-