Class RMFillPdfr
java.lang.Object
com.inductiveautomation.rm.pdf.writer.RMFillPdfr
This RMObjectPdfr subclass writes PDF for RMFill.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
RMFillPdfrpublic RMFillPdfr()
 
- 
- 
Method Details- 
writeShapeFillWrites a given shape fill.
- 
writeShapeStrokeWrites a given shape stroke.
- 
writeBasicFillWrites PDF for a plain RMFill.
- 
writeStrokeWrites PDF for a plain RMStroke.
- 
writeDoubleStrokepublic static void writeDoubleStroke(RMShape aShape, RMDoubleStroke aDoubleStroke, RMPDFWriter aWriter) 
- 
writeGradientFillWrites pdf for the path filled with a shading pattern defined by the RMGradientFill
 
-