Visit(AreaSparklineView)
|
view
|
Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
Visit(BarSparklineView)
|
view
|
Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
Visit(LineSparklineView)
|
view
|
Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
Visit(WinLossSparklineView)
|
view
|
Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|