Uses of Interface
org.jzy3d.chart.factories.IFrame
- 
Packages that use IFrame Package Description org.jzy3d.bridge.awt org.jzy3d.bridge.swing org.jzy3d.bridge.swt org.jzy3d.chart org.jzy3d.chart.factories org.jzy3d.chart.factories.bridged org.jzy3d.chart.fallback  - 
- 
Uses of IFrame in org.jzy3d.bridge.awt
Classes in org.jzy3d.bridge.awt that implement IFrame Modifier and Type Class Description classFrameAWT - 
Uses of IFrame in org.jzy3d.bridge.swing
Classes in org.jzy3d.bridge.swing that implement IFrame Modifier and Type Class Description classFrameSwing - 
Uses of IFrame in org.jzy3d.bridge.swt
Classes in org.jzy3d.bridge.swt that implement IFrame Modifier and Type Class Description classFrameSWTBridge - 
Uses of IFrame in org.jzy3d.chart
Methods in org.jzy3d.chart that return IFrame Modifier and Type Method Description IFrameChart. display(Rectangle rectangle, String title)IFrameChart. open()IFrameChart. open(int width, int height)IFrameChart. open(String title)IFrameChart. open(String title, int width, int height)IFrameChart. open(String title, Rectangle rect)Open the frame if it was not opened beforeIFrameEmulGLSkin. open(int width, int height)IFrameChart. show(Rectangle rectangle, String title)Alias fordisplay() - 
Uses of IFrame in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return IFrame Modifier and Type Method Description IFrameAWTPainterFactory. newFrame(Chart chart)IFrameAWTPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)IFrameEmulGLPainterFactory. newFrame(Chart chart)IFrameIPainterFactory. newFrame(Chart chart)IFrameIPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)IFrameNewtPainterFactory. newFrame(Chart chart)IFrameNewtPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)IFrameSwingPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)IFrameSWTPainterFactory. newFrame(Chart chart)IFrameSWTPainterFactory. newFrame(Chart chart, Rectangle bounds, String title) - 
Uses of IFrame in org.jzy3d.chart.factories.bridged
Methods in org.jzy3d.chart.factories.bridged that return IFrame Modifier and Type Method Description IFrameSWTBridgePainterFactory. newFrame(Chart chart, Rectangle bounds, String title) - 
Uses of IFrame in org.jzy3d.chart.fallback
Classes in org.jzy3d.chart.fallback that implement IFrame Modifier and Type Class Description classFallbackChartFrameAbstractclassFallbackChartFrameMiglayoutA frame to show a list of chartsclassFallbackChartFrameSwingA frame to show a list of chartsMethods in org.jzy3d.chart.fallback that return IFrame Modifier and Type Method Description IFrameFallbackPainterFactory. newFrame(Chart chart, Rectangle bounds, String title) 
 -