Package | Description |
---|---|
org.jzy3d.bridge.awt | |
org.jzy3d.bridge.swing | |
org.jzy3d.chart | |
org.jzy3d.chart.factories |
Modifier and Type | Class and Description |
---|---|
class |
FrameAWT |
Modifier and Type | Class and Description |
---|---|
class |
FrameSwing |
Modifier and Type | Method and Description |
---|---|
IFrame |
Chart.display(Rectangle rectangle,
String title) |
IFrame |
Chart.open(String title,
int width,
int height) |
IFrame |
Chart.open(String title,
Rectangle rect) |
IFrame |
Chart.show(Rectangle rectangle,
String title)
Alias for
display() |
Modifier and Type | Method and Description |
---|---|
IFrame |
IChartComponentFactory.newFrame(Chart chart) |
IFrame |
ChartComponentFactory.newFrame(Chart chart) |
IFrame |
NewtChartComponentFactory.newFrame(Chart chart,
Rectangle bounds,
String title) |
IFrame |
IChartComponentFactory.newFrame(Chart chart,
Rectangle bounds,
String title) |
IFrame |
ChartComponentFactory.newFrame(Chart chart,
Rectangle bounds,
String title)
Use reflexion to access AWT dependant classes.
|
IFrame |
AWTChartComponentFactory.newFrame(Chart chart,
Rectangle bounds,
String title) |
protected IFrame |
NewtChartComponentFactory.newFrameAWT(Chart chart,
Rectangle bounds,
String title,
String message)
bypass reflection used in super implementation
|
protected IFrame |
ChartComponentFactory.newFrameAWT(Chart chart,
Rectangle bounds,
String title,
String message) |
protected IFrame |
AWTChartComponentFactory.newFrameAWT(Chart chart,
Rectangle bounds,
String title,
String message)
bypass reflection used in super implementation
|
protected IFrame |
NewtChartComponentFactory.newFrameSwing(Chart chart,
Rectangle bounds,
String title)
bypass reflection used in super implementation
|
protected IFrame |
ChartComponentFactory.newFrameSwing(Chart chart,
Rectangle bounds,
String title) |
protected IFrame |
AWTChartComponentFactory.newFrameSwing(Chart chart,
Rectangle bounds,
String title)
bypass reflection used in super implementation
|
Copyright © 2016. All rights reserved.