Class RMFillPdfr
java.lang.Object
com.inductiveautomation.rm.pdf.writer.RMFillPdfr
This RMObjectPdfr subclass writes PDF for RMFill.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeBasicFill
(RMShape aShape, RMFill aFill, RMPDFWriter aWriter) Writes PDF for a plain RMFill.static void
writeDoubleStroke
(RMShape aShape, RMDoubleStroke aDoubleStroke, RMPDFWriter aWriter) static void
writeGradientFill
(RMShape aShape, RMGradientFill aFill, RMPDFWriter aWriter) Writes pdf for the path filled with a shading pattern defined by the RMGradientFillstatic void
writeShapeFill
(RMShape aShape, RMFill aFill, RMPDFWriter aWriter) Writes a given shape fill.static void
writeShapeStroke
(RMShape aShape, RMStroke aStroke, RMPDFWriter aWriter) Writes a given shape stroke.static void
writeStroke
(RMShape aShape, RMStroke aStroke, RMPDFWriter aWriter) Writes PDF for a plain RMStroke.
-
Constructor Details
-
RMFillPdfr
public RMFillPdfr()
-
-
Method Details
-
writeShapeFill
Writes a given shape fill. -
writeShapeStroke
Writes a given shape stroke. -
writeBasicFill
Writes PDF for a plain RMFill. -
writeStroke
Writes PDF for a plain RMStroke. -
writeDoubleStroke
public static void writeDoubleStroke(RMShape aShape, RMDoubleStroke aDoubleStroke, RMPDFWriter aWriter) -
writeGradientFill
Writes pdf for the path filled with a shading pattern defined by the RMGradientFill
-