public interface DialFrame extends DialLayer
StandardDialFrame
and ArcDialFrame
).
Serializable
,
otherwise chart serialization may fail.Modifier and Type | Method and Description |
---|---|
java.awt.Shape |
getWindow(java.awt.geom.Rectangle2D frame)
Returns the shape of the viewing window for the dial, or
null if the dial is completely open. |
addChangeListener, draw, hasListener, isClippedToWindow, isVisible, removeChangeListener
java.awt.Shape getWindow(java.awt.geom.Rectangle2D frame)
null
if the dial is completely open. Other layers in the
plot will rely on their drawing to be clipped within this window.frame
- the reference frame for the dial.