Class ToImageIcon

  • All Implemented Interfaces:
    ca.uqac.lif.azrael.Printable, ca.uqac.lif.azrael.Readable, ca.uqac.lif.cep.Duplicable, ca.uqac.lif.cep.functions.DuplicableFunction

    public class ToImageIcon
    extends ca.uqac.lif.cep.functions.UnaryFunction<byte[],​javax.swing.ImageIcon>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ToImageIcon instance  
      • Fields inherited from class ca.uqac.lif.cep.functions.Function

        s_maxInputArity
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ToImageIcon()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.ImageIcon getValue​(byte[] x)  
      • Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction

        duplicate, evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, reset
      • Methods inherited from class ca.uqac.lif.cep.functions.Function

        duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, print, printState, read, readState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instance

        public static final transient ToImageIcon instance
    • Constructor Detail

      • ToImageIcon

        protected ToImageIcon()
    • Method Detail

      • getValue

        public javax.swing.ImageIcon getValue​(byte[] x)
        Specified by:
        getValue in class ca.uqac.lif.cep.functions.UnaryFunction<byte[],​javax.swing.ImageIcon>