Interface ISymbolPathAlgo<R,​P>

Type Parameters:
R - The return type of the algorithm
P - The parameter type of the algorithm

public interface ISymbolPathAlgo<R,​P>
Standard visitor for ISymbolPath processing
Author:
swong
  • Method Details

    • caseSymbolPathConstants

      R caseSymbolPathConstants​(SymbolPathConstants host, P... params)
      The case for SymbolPathConstants enums
      Parameters:
      host - The symbolPathConstants enums to process
      params - The input parameter for the algorithm.
      Returns:
      The return value of the algorithm.
    • caseSVGSymbolPath

      R caseSVGSymbolPath​(SVGSymbolPath host, P... params)
      The case for SVGSymbolPath objects
      Parameters:
      host - The SVGSymbolPath object to process
      params - The input parameter for the algorithm.
      Returns:
      The return value of the algorithm.