Class MilStd1477IconRetriever

    • Constructor Detail

      • MilStd1477IconRetriever

        public MilStd1477IconRetriever​(java.lang.String retrieverPath)
    • Method Detail

      • createIcon

        public java.awt.image.BufferedImage createIcon​(java.lang.String symbolId,
                                                       AVList params)
        Description copied from interface: IconRetriever
        Create an icon to represent a symbol in a symbol set.
        Parameters:
        symbolId - Identifier for the symbol. The format of this identifier depends on the symbology set.
        params - Parameters that affect icon retrieval.
        Returns:
        A BufferedImage containing the requested icon, or null if the icon cannot be retrieved.
      • getFilename

        protected java.lang.String getFilename​(java.lang.String code)