Module platform

Class CategoryTextAnnotation

All Implemented Interfaces:
Serializable, Cloneable, Annotation, CategoryAnnotation, PublicCloneable
Direct Known Subclasses:
CategoryPointerAnnotation

public class CategoryTextAnnotation extends TextAnnotation implements CategoryAnnotation, Cloneable, PublicCloneable, Serializable
A text annotation that can be placed on a CategoryPlot.
See Also:
  • Constructor Details

    • CategoryTextAnnotation

      public CategoryTextAnnotation(String text, Comparable category, double value)
      Creates a new annotation to be displayed at the given location.
      Parameters:
      text - the text (null not permitted).
      category - the category (null not permitted).
      value - the value.
  • Method Details