Package com.macrofocus.treemap
Interface TreeMapFacade<Component,Color,N,Row,Column,Value>
-
public interface TreeMapFacade<Component,Color,N,Row,Column,Value>
Created by luc on 19.12.16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Component
getNativeComponent()
Sets the model to be used for the parallel coordinates component and register it to the view.
-
-
-
Method Detail
-
getNativeComponent
Component getNativeComponent()
Sets the model to be used for the parallel coordinates component and register it to the view.- Parameters:
model
- the model to be used
-
-