sk.robotics.rlcs.agents.image
Class ImageLoaderAgent.Cfg

java.lang.Object
  extended by sk.robotics.rlcs.agentspace.Agent.Cfg
      extended by sk.robotics.rlcs.agents.image.ImageLoaderAgent.Cfg
Enclosing class:
ImageLoaderAgent

public static class ImageLoaderAgent.Cfg
extends Agent.Cfg


Nested Class Summary
 
Nested classes/interfaces inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg
Agent.Cfg.Limited, Agent.Cfg.NoDefault, Agent.Cfg.Required, Agent.Cfg.Validator
 
Field Summary
 java.lang.String blockImage
          Name of block where to store the constructed image.
 java.lang.String blockRawData
          Name of block where to read the image data from.
 
Fields inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg
enabled, id, logLevel, timerPeriodMs, triggers
 
Constructor Summary
ImageLoaderAgent.Cfg()
           
 
Method Summary
 
Methods inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg
createAgent, equals, getHiddenFields, hideFields, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blockRawData

public java.lang.String blockRawData
Name of block where to read the image data from. The block should contain loaded contents of an image file.

Block access:
read
Stored type:
byte[]

blockImage

public java.lang.String blockImage
Name of block where to store the constructed image.

Block access:
write
Stored type:
java.awt.image.BufferedImage
Constructor Detail

ImageLoaderAgent.Cfg

public ImageLoaderAgent.Cfg()