Package diva.canvas

Class CanvasDebugUtilities


  • public final class CanvasDebugUtilities
    extends java.lang.Object
    A collection of canvas utilities. These utilities perform useful functions related to the structural aspects of diva.canvas that do not properly belong in any one class. Some of them perform utility geometric functions that are not available in the Java 2D API, while others accept iterators over Figures or Shapes and compute a useful composite result.
    Version:
    $Id$
    Author:
    John Reekie
    Pt.AcceptedRating:
    Red
    • Constructor Detail

      • CanvasDebugUtilities

        public CanvasDebugUtilities()
    • Method Detail

      • printContextTree

        public static java.lang.String printContextTree​(FigureLayer rootLayer)