Class RMShapePdfr<T extends RMShape>

    • Constructor Detail

      • RMShapePdfr

        public RMShapePdfr()
    • Method Detail

      • writeShapeBefore

        protected void writeShapeBefore​(T aShape,
                                        RMPDFWriter aWriter)
        Writes a given RMShape hierarchy to a PDF file (recursively).
      • writeShapeAll

        protected void writeShapeAll​(T aShape,
                                     RMPDFWriter aWriter)
        Writes the shape and then the shape's children.
      • writeShape

        protected void writeShape​(T aShape,
                                  RMPDFWriter aWriter)
        Writes a given RMShape hierarchy to a PDF file (recursively).
      • writeShapeChildren

        protected void writeShapeChildren​(RMShape aShape,
                                          RMPDFWriter aWriter)
        Writes a given RMShape hierarchy to a PDF file (recursively).
      • writeShapeAfter

        protected void writeShapeAfter​(T aShape,
                                       RMPDFWriter aWriter)
        Writes a given RMShape hierarchy to a PDF file (recursively).
      • getPdfr

        public static RMShapePdfr getPdfr​(RMShape aShape)
        Returns the shape pdfr for a shape.