Class SymbolTransferObject
- java.lang.Object
-
- com.inductiveautomation.ignition.designer.SymbolTransferObject
-
public class SymbolTransferObject extends java.lang.Object
An object used to drop SVG symbols onto vision windows. Put one of these in aLocalObjectTransferable
to enable Drag-and-Drop of SVG symbols.
-
-
Field Summary
Fields Modifier and Type Field Description static java.awt.datatransfer.DataFlavor
DATAFLAVOR
-
Constructor Summary
Constructors Constructor Description SymbolTransferObject(java.lang.String name, byte[] svgData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
byte[]
getSvgData()
-