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 voidwriteBasicFill(RMShape aShape, RMFill aFill, RMPDFWriter aWriter) Writes PDF for a plain RMFill.static voidwriteDoubleStroke(RMShape aShape, RMDoubleStroke aDoubleStroke, RMPDFWriter aWriter) static voidwriteGradientFill(RMShape aShape, RMGradientFill aFill, RMPDFWriter aWriter) Writes pdf for the path filled with a shading pattern defined by the RMGradientFillstatic voidwriteShapeFill(RMShape aShape, RMFill aFill, RMPDFWriter aWriter) Writes a given shape fill.static voidwriteShapeStroke(RMShape aShape, RMStroke aStroke, RMPDFWriter aWriter) Writes a given shape stroke.static voidwriteStroke(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 
 -