
public class LabelVisualization extends AbstractVisFactory
| Modifier and Type | Field and Description | 
|---|---|
private String | 
label
The label to render 
 | 
private boolean | 
rotated
Flag to indicate rotated labels (90 deg to the left) 
 | 
thumbmask| Constructor and Description | 
|---|
LabelVisualization()
Constructor. 
 | 
LabelVisualization(String label)
The actually used constructor - with a static label. 
 | 
LabelVisualization(String label,
                  boolean rotated)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
allowThumbnails(VisualizationTask task)
Test whether to do a thumbnail or a full rendering. 
 | 
Visualization | 
makeVisualization(VisualizationTask task)
Produce a visualization instance for the given task 
 | 
void | 
processNewResult(HierarchicalResult baseResult,
                Result newResult)
Add visualizers for the given result (tree) to the context. 
 | 
makeVisualizationOrThumbnailprivate String label
private boolean rotated
public LabelVisualization()
public LabelVisualization(String label)
label - Label to usepublic LabelVisualization(String label, boolean rotated)
label - Label to userotated - Rotated 90 deg to the leftpublic void processNewResult(HierarchicalResult baseResult, Result newResult)
VisFactorybaseResult - Context to work withnewResult - Result to processpublic Visualization makeVisualization(VisualizationTask task)
VisFactorymakeVisualization in interface VisFactorymakeVisualization in class AbstractVisFactorytask - Visualization taskpublic boolean allowThumbnails(VisualizationTask task)
AbstractVisFactoryallowThumbnails in class AbstractVisFactorytask - Task requested