Interface SliceAndDiceAlgorithm.OrientationStragegy

    • Method Detail

      • isVertical

        boolean isVertical​(java.awt.geom.Rectangle2D bounds,
                           TreeMapNode parent)
        Tell whether the subdivisions of a node should be laid out vertically or horizontally.
        Parameters:
        bounds - the bounding rectangle of the parent
        parent - the parent node
        Returns:
        true for vertical orientation, false otherwise