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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(TLcdVectorIcon aVectorIcon) Deprecated.Encode the given TLcdVectorIcon at the location specified with setSourceName.void
setSourceName
(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
-