public interface

DialFrame

implements DialLayer
org.jfree.chart.plot.dial.DialFrame
Known Indirect Subclasses

Class Overview

A dial frame is the face plate for a dial plot - it is always drawn last. JFreeChart includes a couple of implementations of this interface (StandardDialFrame and ArcDialFrame).

Classes that implement this interface should be Serializable, otherwise chart serialization may fail.

Summary

Public Methods
abstract Shape getWindow(Rectangle2D frame)
Returns the shape of the viewing window for the dial, or null if the dial is completely open.
[Expand]
Inherited Methods
From interface org.jfree.chart.plot.dial.DialLayer

Public Methods

public abstract Shape getWindow (Rectangle2D frame)

Returns the shape of the viewing window for the dial, or null if the dial is completely open. Other layers in the plot will rely on their drawing to be clipped within this window.

Parameters
frame the reference frame for the dial.
Returns
  • The window.