ICY Version 1.0.1.0
Public Member Functions | Protected Member Functions | Protected Attributes

icy.painter.AbstractPainter Class Reference

Inheritance diagram for icy.painter.AbstractPainter:
icy.painter.PainterAdaptater icy.common.IcyChangedListener icy.painter.Painter icy.painter.Anchor2D icy.painter.CircleDragPainter icy.painter.ColorChooserPainter icy.painter.TextPainter icy.roi.ROI.ROIPainter plugins.tutorial.basics.AnimatedMarkPainter.ListeningClickPainter plugins.tutorial.basics.IntensityOverRoiPainter plugins.tutorial.basics.OneMarkAnimatedPainter plugins.tutorial.painter.SimplePainter02.MyPainter

List of all members.

Public Member Functions

 AbstractPainter (Sequence sequence)
void attachTo (Sequence sequence)
void detachFrom (Sequence sequence)
void detachFromAll ()
boolean isAttached (Sequence sequence)
void delete ()
void changed ()
ArrayList< SequencegetSequences ()
void addPainterListener (PainterListener listener)
void removePainterListener (PainterListener listener)
void beginUpdate ()
void endUpdate ()
boolean isUpdating ()
void onChanged (EventHierarchicalChecker object)

Protected Member Functions

void finalize () throws Throwable
void fireChangedEvent (PainterEvent event)

Protected Attributes

final EventListenerList listeners
final UpdateEventHandler updater

Detailed Description

Author:
Stephane

Member Function Documentation

void icy.painter.AbstractPainter.addPainterListener ( PainterListener  listener)

Add a listener

Parameters:
listener
ArrayList<Sequence> icy.painter.AbstractPainter.getSequences ( )
Returns:
sequences where painter is attached
void icy.painter.AbstractPainter.onChanged ( EventHierarchicalChecker  object)

fire changed event

Implements icy.common.IcyChangedListener.

Reimplemented in icy.roi.ROI2DArea.ROI2DAreaPainter.

void icy.painter.AbstractPainter.removePainterListener ( PainterListener  listener)

Remove a listener

Parameters:
listener

Member Data Documentation

final EventListenerList icy.painter.AbstractPainter.listeners [protected]

listeners

internal updater


The documentation for this class was generated from the following file:
 All Classes Functions Variables