plugins.big.blobgenerator
Class CellDetection2D

java.lang.Object
  extended by plugins.nchenouard.spot.Detection
      extended by plugins.big.blobgenerator.CellDetection2D
All Implemented Interfaces:
icy.file.xml.XMLPersistent, icy.painter.Painter, java.lang.Cloneable

public class CellDetection2D
extends plugins.nchenouard.spot.Detection

Detection class for Ellipsoid2D objects. Used to display Ellipsoid2D with the track manager.

Version:
May 3, 2014
Author:
Julien Jacquemot

Field Summary
 
Fields inherited from class plugins.nchenouard.spot.Detection
DETECTIONTYPE_REAL_DETECTION, DETECTIONTYPE_VIRTUAL_DETECTION
 
Method Summary
 void paint(java.awt.Graphics2D g2, icy.sequence.Sequence sequence, icy.canvas.IcyCanvas canvas)
           
 
Methods inherited from class plugins.nchenouard.spot.Detection
clone, createDetection, getColor, getDetectionEditor, getDetectionType, getT, getX, getY, getZ, isEnabled, isSelected, keyPressed, keyReleased, loadFromXML, mouseClick, mouseDrag, mouseMove, mousePressed, mouseReleased, reset, saveToXML, setColor, setDeet, setDetectionType, setEnabled, setExternalDetectionTools, setSelected, setT, setX, setY, setZ, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

paint

public void paint(java.awt.Graphics2D g2,
                  icy.sequence.Sequence sequence,
                  icy.canvas.IcyCanvas canvas)
Specified by:
paint in interface icy.painter.Painter
Overrides:
paint in class plugins.nchenouard.spot.Detection