Class RenderableReplacedContent

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class RenderableReplacedContent
    extends RenderNode
    This handles all kinds of renderable rectangular content, mostly images and drawables. It is assumed, that the image can be split on any position, although this is avoided as far as possible. Flame me, but 'crop', 'fit' and 'fit-position' will be implemented later. Yes, they are powerfull, but nothing I want to deal with for the initial throw.
    Author:
    Thomas Morgner
    • Constructor Detail

      • RenderableReplacedContent

        public RenderableReplacedContent​(java.lang.Object rawObject,
                                         org.pentaho.reporting.libraries.resourceloader.ResourceKey source,
                                         StrictDimension contentSize,
                                         RenderLength width,
                                         RenderLength height,
                                         CSSValue verticalAlign)