| org.griphyn.cPlanner.visualize.spaceusage.Plot
All known Subclasses: org.griphyn.cPlanner.visualize.spaceusage.Ploticus,
Plot | public interface Plot (Code) | | A plot interface that allows us to plot the SpaceUsage in different
formats.
author: Karan Vahi version: $Revision: 50 $ |
Method Summary | |
public void | initialize(String directory, String basename, boolean useStatInfo) Initializer method. | public List | plot(SpaceUsage su, char u, String timeUnits) Plot out the space usage.
Parameters: su - the SpaceUsage. Parameters: sizeUnits - the size unit. Parameters: timeUnits - the time unit. |
VERSION | final public static String VERSION(Code) | | The version of this API
|
initialize | public void initialize(String directory, String basename, boolean useStatInfo)(Code) | | Initializer method.
Parameters: directory - the directory where the plots need to be generated. Parameters: basename - the basename for the files that are generated. Parameters: useStatInfo - boolean indicating whether to use stat info or not. |
plot | public List plot(SpaceUsage su, char u, String timeUnits) throws IOException(Code) | | Plot out the space usage.
Parameters: su - the SpaceUsage. Parameters: sizeUnits - the size unit. Parameters: timeUnits - the time unit. List of file pathnames for the files that are written out. exception: IOException - in case of unable to write to the file. |
|
|