de.tu_berlin.cs.tfs.muvitorkit.animation
Class IAnnotation.LabelAnnotation

java.lang.Object
  extended by de.tu_berlin.cs.tfs.muvitorkit.animation.IAnnotation.Stub
      extended by de.tu_berlin.cs.tfs.muvitorkit.animation.IAnnotation.LabelAnnotation
All Implemented Interfaces:
IAnnotation
Enclosing interface:
IAnnotation

public static class IAnnotation.LabelAnnotation
extends IAnnotation.Stub

Rating red

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.tu_berlin.cs.tfs.muvitorkit.animation.IAnnotation
IAnnotation.LabelAnnotation, IAnnotation.Stub
 
Constructor Summary
IAnnotation.LabelAnnotation(String text, boolean isStatic)
           
IAnnotation.LabelAnnotation(String text, Point offset, AbstractConnectionAnchor targetAnchor, boolean isStatic)
           
IAnnotation.LabelAnnotation(String text, Point offset, boolean isStatic)
           
 
Method Summary
 
Methods inherited from class de.tu_berlin.cs.tfs.muvitorkit.animation.IAnnotation.Stub
annotate, deannotate, getConnection, getFigure, getOffset, isStatic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAnnotation.LabelAnnotation

public IAnnotation.LabelAnnotation(String text,
                                   Point offset,
                                   AbstractConnectionAnchor targetAnchor,
                                   boolean isStatic)

IAnnotation.LabelAnnotation

public IAnnotation.LabelAnnotation(String text,
                                   Point offset,
                                   boolean isStatic)

IAnnotation.LabelAnnotation

public IAnnotation.LabelAnnotation(String text,
                                   boolean isStatic)