Uses of Class
ks.common.view.RectangleHierarchy

Packages that use RectangleHierarchy
ks.common.view Core set of classes needed to properly view KombatSolitaire Plugins. 
 

Uses of RectangleHierarchy in ks.common.view
 

Methods in ks.common.view that return RectangleHierarchy
 RectangleHierarchy[] RectangleHierarchy.getChildren()
          Return all children of the given node in array (or null if there are no children).
 RectangleHierarchy Container.getBackgroundImage()
          Return the background RectangleHierarchy representing the non-widget areas in container.
 

Methods in ks.common.view with parameters of type RectangleHierarchy
 void RectangleHierarchyVisitor.visit(RectangleHierarchy node)
          Visit a node in the hierarchy.
 void RectangleHierarchyVisitor.visit(RectangleHierarchy node, java.awt.Rectangle clip)
          Visit a node in the hierarchy.
 void BackgroundCopier.visit(RectangleHierarchy node)
          Copy the appropriate image as based by this node's value.
 void BackgroundCopier.visit(RectangleHierarchy node, java.awt.Rectangle clip)
          Copy the appropriate image as based by this node's value.