de.tu_berlin.cs.tfs.muvitorkit.animation
Interface IAnnotation

All Known Implementing Classes:
IAnnotation.LabelAnnotation, IAnnotation.Stub

public interface IAnnotation

Rating red

Nested Class Summary
static class IAnnotation.LabelAnnotation
           
static class IAnnotation.Stub
           
 
Method Summary
 void annotate(IFigure container, IFigure target)
           
 void deannotate()
           
 PolylineConnection getConnection()
           
 IFigure getFigure()
           
 Point getOffset()
           
 boolean isStatic()
           
 

Method Detail

isStatic

boolean isStatic()
Returns:

getOffset

Point getOffset()
Returns:

getFigure

IFigure getFigure()
Returns:

getConnection

PolylineConnection getConnection()
Returns:

annotate

void annotate(IFigure container,
              IFigure target)
Parameters:
container -
target -

deannotate

void deannotate()