Package provided.owlMaps.general
Interface ISymbolPathAlgo<R,P>
- Type Parameters:
R
- The return type of the algorithmP
- The parameter type of the algorithm
public interface ISymbolPathAlgo<R,P>
Standard visitor for ISymbolPath processing
- Author:
- swong
-
Method Summary
Modifier and Type Method Description R
caseSVGSymbolPath(SVGSymbolPath host, P... params)
The case for SVGSymbolPath objectsR
caseSymbolPathConstants(SymbolPathConstants host, P... params)
The case for SymbolPathConstants enums
-
Method Details
-
caseSymbolPathConstants
The case for SymbolPathConstants enums- Parameters:
host
- The symbolPathConstants enums to processparams
- The input parameter for the algorithm.- Returns:
- The return value of the algorithm.
-
caseSVGSymbolPath
The case for SVGSymbolPath objects- Parameters:
host
- The SVGSymbolPath object to processparams
- The input parameter for the algorithm.- Returns:
- The return value of the algorithm.
-