|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AstPlotSource
Interface defining access to a Plot
held by some other
object. Typically Plot
's are re-created frequently so
holding a single reference is generally a bad idea and inquiries
for updates should made. This interface provides that sort of
access.
Method Summary | |
---|---|
Plot |
getPlot()
Access the Plot held by the implementor of this
interface. |
Method Detail |
---|
Plot getPlot()
Plot
held by the implementor of this
interface.
Plot
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |