com.tensegrity.graph.layout
Interface LayoutProgress

All Known Implementing Classes:
GraphLayoutService

public interface LayoutProgress

This interface defines the requirements for a progress bar that may be used by NodeLayout instances to show the current state of the layout processing

Version:
$Id: LayoutProgress.java,v 1.6 2005/04/25 15:25:37 KevinCVS Exp $
Author:
SharokhKhani

Method Summary
 void setPercentage(double percent)
          Sets the percentage value of current progress
 

Method Detail

setPercentage

public void setPercentage(double percent)
Sets the percentage value of current progress

Parameters:
percent - The value of progress bar. It must be between 0.0 and 100.0


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.