|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object simbad.sim.BaseObject simbad.sim.Device simbad.sim.SensorDevice simbad.sim.Eye
Nested Class Summary | |
class |
Eye.EyeJPanel
|
Method Summary | |
void |
copyVisionImage(java.awt.image.BufferedImage bim)
Request to fill a bufferedImage with last capture. |
void |
copyVisionImage(SensorMatrix matrix)
Request to fill a SensorMatrix with last capture. |
java.awt.image.BufferedImage |
createCompatibleImage()
for allocating a working copy of the vision image |
SensorMatrix |
createCompatibleSensorMatrix()
for allocating a SensorMatrix compabtible with device dimensions |
javax.swing.JPanel |
createInspectorPanel()
Creates the panel associated to the device. |
int |
getImageHeight()
Returns the height of captured image. |
int |
getImageWidth()
Returns the width of captured image. |
Methods inherited from class simbad.sim.Device |
attach, detach, getCanBeTraversed, getName, getRotationTransform, getTranslationTransform, getUpdatePerSecond, rotateY, setCanBeTraversed, setColor, setUpdateOnEachFrame, setUpdatePerSecond, translateTo |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final java.awt.image.BufferedImage createCompatibleImage()
public final SensorMatrix createCompatibleSensorMatrix()
public final void copyVisionImage(java.awt.image.BufferedImage bim)
bim
- - buffered image to be filled.public final void copyVisionImage(SensorMatrix matrix)
matrix
- - to be filledpublic javax.swing.JPanel createInspectorPanel()
Device
createInspectorPanel
in class Device
public int getImageWidth()
public int getImageHeight()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |