org.jfree.chart.plot.dial
public interface DialFrame extends DialLayer
Since: 1.0.7
Method Summary | |
---|---|
Shape | getWindow(Rectangle2D frame)
Returns the shape of the viewing window for the dial, or
null if the dial is completely open. |
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.