Package diva.canvas
Class CanvasDebugUtilities
- java.lang.Object
-
- diva.canvas.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 Summary
Constructors Constructor Description CanvasDebugUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
printContextTree(FigureLayer rootLayer)
-
-
-
Method Detail
-
printContextTree
public static java.lang.String printContextTree(FigureLayer rootLayer)
-
-