Package com.luciad.gui
Class TLcdVectorIconEncoder
java.lang.Object
com.luciad.gui.TLcdVectorIconEncoder
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(TLcdVectorIcon aVectorIcon) Deprecated.Encode the given TLcdVectorIcon at the location specified with setSourceName.voidsetSourceName(String aSource) Deprecated.Set the source name of the next icon to be encoded.
-
Constructor Details
-
TLcdVectorIconEncoder
public TLcdVectorIconEncoder()Deprecated.
-
-
Method Details
-
setSourceName
Deprecated.Set the source name of the next icon to be encoded.- Parameters:
aSource- the source name.- Throws:
IOException
-
encode
Deprecated.Encode the given TLcdVectorIcon at the location specified with setSourceName.- Parameters:
aVectorIcon- the TLcdVectorIcon.- Throws:
IOException
-