Class TLcdVectorIconEncoder

java.lang.Object
com.luciad.gui.TLcdVectorIconEncoder

@Deprecated public class TLcdVectorIconEncoder extends Object
Deprecated.
Do not use this class, it is for internal use only.
An encoder to write a TLcdVectorIcon to a file. For internal use only.
See Also:
  • Constructor Details

    • TLcdVectorIconEncoder

      public TLcdVectorIconEncoder()
      Deprecated.
  • Method Details

    • setSourceName

      public void setSourceName(String aSource) throws IOException
      Deprecated.
      Set the source name of the next icon to be encoded.
      Parameters:
      aSource - the source name.
      Throws:
      IOException
    • encode

      public void encode(TLcdVectorIcon aVectorIcon) throws IOException
      Deprecated.
      Encode the given TLcdVectorIcon at the location specified with setSourceName.
      Parameters:
      aVectorIcon - the TLcdVectorIcon.
      Throws:
      IOException