|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.ac.sbg.cosy.soccerbot.controller.BufferedImage_port
public class BufferedImage_port
A port for buffered images (used for camera sensor)
Constructor Summary | |
---|---|
BufferedImage_port()
|
Method Summary | |
---|---|
void |
copyValueFrom(giotto.functionality.interfaces.PortVariable source)
Copies its internal state from a source port variable. |
java.awt.image.BufferedImage |
getImage()
Returns its internal state |
void |
setImage(java.awt.image.BufferedImage value)
Sets internal state |
java.lang.String |
toString()
Prints its state (BufferedImage) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BufferedImage_port()
Method Detail |
---|
public void copyValueFrom(giotto.functionality.interfaces.PortVariable source)
copyValueFrom
in interface giotto.functionality.interfaces.PortVariable
public java.awt.image.BufferedImage getImage()
public void setImage(java.awt.image.BufferedImage value)
value
- buffered image from camerapublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |