Package ca.uqac.lif.cep.widgets
Class ToImageIcon
- java.lang.Object
-
- ca.uqac.lif.cep.functions.Function
-
- ca.uqac.lif.cep.functions.UnaryFunction<byte[],javax.swing.ImageIcon>
-
- ca.uqac.lif.cep.widgets.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 ToImageIconinstance
-
Constructor Summary
Constructors Modifier Constructor Description protectedToImageIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.ImageIcongetValue(byte[] x)-
Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction
duplicate, evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, reset
-
-
-
-
Field Detail
-
instance
public static final transient ToImageIcon instance
-
-