dd.ui
Class RetrofitVisualizer

java.lang.Object
  extended bydd.ui.ProposalVisualizer
      extended bydd.ui.RetrofitVisualizer

public class RetrofitVisualizer
extends ProposalVisualizer

Provides graphical depiction of the retrofit proposal. The retrofit proposal is a special case of other visualizers. It needs to composite images together to create a legend icon. It does this by grabbing the proposal's legend icon and then superimposing the legendIcons for the configparameters in turn.

Author:
Eric Scharff

Field Summary
 
Fields inherited from class dd.ui.ProposalVisualizer
icons, proposal, showViz, visible
 
Constructor Summary
RetrofitVisualizer(Proposal p)
           
RetrofitVisualizer(Proposal p, java.util.HashSet set)
           
 
Method Summary
 void show(MapView mapView)
           
 
Methods inherited from class dd.ui.ProposalVisualizer
getName, getVisible, setVisible, visualize, visualize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrofitVisualizer

public RetrofitVisualizer(Proposal p)

RetrofitVisualizer

public RetrofitVisualizer(Proposal p,
                          java.util.HashSet set)
Method Detail

show

public void show(MapView mapView)
Overrides:
show in class ProposalVisualizer