Class Circle


public final class Circle extends Annotation
Defines a Circle annotation.

Circle annotations shall display an ellipse on the page.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Circle(float[] rect, float[] lineColor, float[] fillColor, float strokingAlpha, float nonStrokingAlpha, float lineWidth)
    Create a new Circle annotation.
    Circle(float[] rect, int flags, float[] lineColor, float[] fillColor, float strokingAlpha, float nonStrokingAlpha, float lineWidth)
    Create a new Circle annotation.
    Circle(float[] rect, int flags, String contents, float[] lineColor, float[] fillColor, float strokingAlpha, float nonStrokingAlpha, String title, float lineWidth)
    Create a new Circle annotation.
  • Method Summary

    Methods inherited from class org.jpedal.annotation.Annotation

    getFlagsValue, setDownAppearance, setNormalAppearance, setRolloverAppearance

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait