Class ToImageIcon

java.lang.Object
ca.uqac.lif.cep.functions.Function
ca.uqac.lif.cep.functions.UnaryFunction<byte[],ImageIcon>
ca.uqac.lif.cep.widgets.ToImageIcon
All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable, ca.uqac.lif.cep.functions.DuplicableFunction

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

    Fields
    Modifier and Type
    Field
    Description
    static final ToImageIcon
     

    Fields inherited from class ca.uqac.lif.cep.functions.Function

    s_maxInputArity
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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, printState, readState

    Methods inherited from class java.lang.Object

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

    • instance

      public static final transient ToImageIcon instance
  • Constructor Details

    • ToImageIcon

      protected ToImageIcon()
  • Method Details

    • getValue

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