Class BlockTransformContext


  • public class BlockTransformContext
    extends java.lang.Object

    This class contains the necessary context to perform a given transformation on a Block tree, subtree or set of Block properties. A context has a root Block tree which may remain the root throughout the set of transformations or it may be changed by a given transform.

    The focal point of a transform, where it performs its work, is called the "target". This may or may not be the root Block.

    • Constructor Detail

      • BlockTransformContext

        public BlockTransformContext()
    • Method Detail

      • setRootBlock

        public void setRootBlock​(Block rootBlock)
      • getRootBlock

        public Block getRootBlock()
      • setTarget

        public void setTarget​(BlockTarget target)