Class RMEffectPdfr
java.lang.Object
com.inductiveautomation.rm.pdf.writer.RMEffectPdfr
A PDF helper/writer class for RMEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeBlurEffect
(RMShape aShape, RMBlurEffect aBlurEffect, RMPDFWriter aWriter) Writes pdf for given blur effect and shape.static void
writeEffect
(RMShape aShape, RMEffect anEffect, RMPDFWriter aWriter) Writes an effect.static void
writeEmbossEffect
(RMShape aShape, RMEmbossEffect anEmbossEffect, RMPDFWriter aWriter) Writes pdf for given emboss effect and shape.static void
writeRefectionEffect
(RMShape aShape, RMReflectionEffect aReflection, RMPDFWriter aWriter) Writes pdf for given reflection effect and shape.static void
writeShadowEffect
(RMShape aShape, RMShadowEffect aShadow, RMPDFWriter aWriter) Writes pdf for given shadow effect and shape.static void
writeShapeEffect
(RMShape aShape, RMEffect anEffect, RMPDFWriter aWriter) Writes an effect.
-
Constructor Details
-
RMEffectPdfr
public RMEffectPdfr()
-
-
Method Details
-
writeShapeEffect
Writes an effect. -
writeEffect
Writes an effect. -
writeBlurEffect
Writes pdf for given blur effect and shape. -
writeShadowEffect
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.
-