Class SymbolTransferObject

java.lang.Object
com.inductiveautomation.ignition.designer.SymbolTransferObject

public class SymbolTransferObject extends Object
An object used to drop SVG symbols onto vision windows. Put one of these in a LocalObjectTransferable to enable Drag-and-Drop of SVG symbols.
  • Field Details

    • DATAFLAVOR

      public static DataFlavor DATAFLAVOR
  • Constructor Details

    • SymbolTransferObject

      public SymbolTransferObject(String name, byte[] svgData)
  • Method Details

    • getName

      public String getName()
    • getSvgData

      public byte[] getSvgData()