|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.analyses.AreaAnalysis
public class AreaAnalysis
A drawing analysis that computes the size of the area a graph drawing occupies. Returns
a two-component result (int width, int height)
.
Field Summary | |
---|---|
static String |
ANALYSIS_ID
ID of this analysis. |
static int |
INDEX_HEIGHT
Index of the area height in the result array. |
static int |
INDEX_WIDTH
Index of the area width in the result array. |
Constructor Summary | |
---|---|
AreaAnalysis()
|
Method Summary | |
---|---|
Object |
doAnalysis(KNode parentNode,
Map<String,Object> results,
IKielerProgressMonitor progressMonitor)
Performs the actual analysis process and returns the results. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ANALYSIS_ID
public static final int INDEX_WIDTH
public static final int INDEX_HEIGHT
Constructor Detail |
---|
public AreaAnalysis()
Method Detail |
---|
public Object doAnalysis(KNode parentNode, Map<String,Object> results, IKielerProgressMonitor progressMonitor)
doAnalysis
in interface IAnalysis
parentNode
- the parent node which the analysis is performed onresults
- the result of analyses that were performed before this one (it
should include the results of all dependency analyses)progressMonitor
- progress monitor used to keep track of progress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |