|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsk.robotics.rlcs.agentspace.Agent.Cfg
sk.robotics.rlcs.agents.image.ImageFilterAgent.Cfg
sk.robotics.rlcs.agents.image.TransformAgent.Cfg
public static class TransformAgent.Cfg
Nested Class Summary | |
---|---|
static class |
TransformAgent.Cfg.Interpolation
|
Nested classes/interfaces inherited from class sk.robotics.rlcs.agents.image.ImageFilterAgent.Cfg |
---|
ImageFilterAgent.Cfg.ImageType |
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 | |
---|---|
TransformAgent.Cfg.Interpolation |
interpolation
Interpolation type. |
double |
scaleX
X-scale item of the transformation matrix. |
double |
scaleY
Y-scale item of the transformation matrix. |
double |
shearX
X-shear item of the transformation matrix. |
double |
shearY
Y-shear item of the transformation matrix. |
double |
translateX
X-translate item of the transformation matrix. |
double |
translateY
Y-translate item of the transformation matrix. |
Fields inherited from class sk.robotics.rlcs.agents.image.ImageFilterAgent.Cfg |
---|
blockSourceImage, blockTargetImage, copyBeforeFilter, inputImageType, outputHeight, outputImageType, outputWidth, priority, validity |
Fields inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg |
---|
enabled, id, logLevel, timerPeriodMs, triggers |
Constructor Summary | |
---|---|
TransformAgent.Cfg()
|
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getHiddenFields()
Returns names of fields to hide in the web editor. |
void |
validate()
Config validation. |
Methods inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg |
---|
createAgent, equals, hideFields |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public TransformAgent.Cfg.Interpolation interpolation
public double scaleX
public double scaleY
public double shearX
public double shearY
public double translateX
public double translateY
Constructor Detail |
---|
public TransformAgent.Cfg()
Method Detail |
---|
public void validate()
Agent.Cfg
validate
in class Agent.Cfg
public java.util.Set<java.lang.String> getHiddenFields()
Agent.Cfg
getHiddenFields
in class Agent.Cfg
hideFields
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |