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 class
FrameAWT
-
Uses of IFrame in org.jzy3d.bridge.swing
Classes in org.jzy3d.bridge.swing that implement IFrame Modifier and Type Class Description class
FrameSwing
-
Uses of IFrame in org.jzy3d.bridge.swt
Classes in org.jzy3d.bridge.swt that implement IFrame Modifier and Type Class Description class
FrameSWTBridge
-
Uses of IFrame in org.jzy3d.chart
Methods in org.jzy3d.chart that return IFrame Modifier and Type Method Description IFrame
Chart. display(Rectangle rectangle, String title)
IFrame
Chart. open()
IFrame
Chart. open(int width, int height)
IFrame
Chart. open(String title)
IFrame
Chart. open(String title, int width, int height)
IFrame
Chart. open(String title, Rectangle rect)
Open the frame if it was not opened beforeIFrame
EmulGLSkin. open(int width, int height)
IFrame
Chart. 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 IFrame
AWTPainterFactory. newFrame(Chart chart)
IFrame
AWTPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)
IFrame
EmulGLPainterFactory. newFrame(Chart chart)
IFrame
IPainterFactory. newFrame(Chart chart)
IFrame
IPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)
IFrame
NewtPainterFactory. newFrame(Chart chart)
IFrame
NewtPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)
IFrame
SwingPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)
IFrame
SWTPainterFactory. newFrame(Chart chart)
IFrame
SWTPainterFactory. 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 IFrame
SWTBridgePainterFactory. 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 class
FallbackChartFrameAbstract
class
FallbackChartFrameMiglayout
A frame to show a list of chartsclass
FallbackChartFrameSwing
A frame to show a list of chartsMethods in org.jzy3d.chart.fallback that return IFrame Modifier and Type Method Description IFrame
FallbackPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)
-