Package | Description |
---|---|
org.jzy3d.analysis | |
org.jzy3d.bridge | |
org.jzy3d.bridge.awt | |
org.jzy3d.bridge.swing | |
org.jzy3d.chart | |
org.jzy3d.chart.factories | |
org.jzy3d.maths |
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
|
org.jzy3d.plot3d.builder.concrete | |
org.jzy3d.plot3d.rendering.view |
Provides interfaces, abstract classes and concrete classes to perform rendering
of 3d objects into a canvas.
|
Modifier and Type | Field and Description |
---|---|
protected static Rectangle |
AnalysisLauncher.DEFAULT_WINDOW |
Modifier and Type | Method and Description |
---|---|
static void |
AnalysisLauncher.open(IAnalysis demo,
Rectangle rectangle) |
static void |
AnalysisLauncher.openStatic(IAnalysis demo,
Rectangle rectangle) |
Modifier and Type | Method and Description |
---|---|
void |
IFrame.initialize(Chart chart,
Rectangle bounds,
String title) |
void |
IFrame.initialize(Chart chart,
Rectangle bounds,
String title,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
FrameAWT.initialize(Chart chart,
Rectangle bounds,
String title) |
void |
FrameAWT.initialize(Chart chart,
Rectangle bounds,
String title,
String message) |
Constructor and Description |
---|
FrameAWT(Chart chart,
Rectangle bounds,
String title) |
FrameAWT(Chart chart,
Rectangle bounds,
String title,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
FrameSwing.initialize(Chart chart,
Rectangle bounds,
String title) |
void |
FrameSwing.initialize(Chart chart,
Rectangle bounds,
String title,
String message) |
Constructor and Description |
---|
FrameSwing(Chart chart,
Rectangle bounds,
String title) |
Modifier and Type | Method and Description |
---|---|
IFrame |
Chart.display(Rectangle rectangle,
String title) |
static void |
ChartLauncher.frame(Chart chart,
Rectangle bounds,
String title) |
IFrame |
Chart.open(String title,
Rectangle rect) |
static ICameraMouseController |
ChartLauncher.openChart(Chart chart,
Rectangle rectangle) |
static ICameraMouseController |
ChartLauncher.openChart(Chart chart,
Rectangle bounds,
String title) |
static ICameraMouseController |
ChartLauncher.openChart(Chart chart,
Rectangle bounds,
String title,
boolean allowSlaveThreadOnDoubleClick) |
static ICameraMouseController |
ChartLauncher.openChart(Chart chart,
Rectangle bounds,
String title,
boolean allowSlaveThreadOnDoubleClick,
boolean startThreadImmediatly) |
static void |
SwingChartLauncher.openImagePanel(Image image,
Rectangle bounds) |
static void |
SwingChartLauncher.openPanel(JPanel panel,
Rectangle bounds,
String title) |
static void |
ChartLauncher.openStaticChart(Chart chart,
Rectangle bounds,
String title) |
IFrame |
Chart.show(Rectangle rectangle,
String title)
Alias for
display() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Rectangle.intersection(Rectangle r) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
Rectangle.intersection(Rectangle r) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
BufferedImageMapper.getClippedViewport(Rectangle roi)
Returns the intersection of this BufferedImage's dimensions
with those passed in in Rectangle roi, if there is one.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
BufferedImageMapper.getClippedViewport(Rectangle roi)
Returns the intersection of this BufferedImage's dimensions
with those passed in in Rectangle roi, if there is one.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
AbstractViewportManager.getRectangle()
Returns the (x,y) offset that was applied to make this
AbstractViewportManager stand in the appropriate canvas part. and
the actual width and height of the viewport. |
Rectangle |
View.getSceneViewportRectangle() |
Modifier and Type | Method and Description |
---|---|
protected IntegerCoord2d |
OverlayUtils.canvasToViewport(IntegerCoord2d c,
Rectangle viewport) |
protected IntegerCoord2d |
OverlayUtils.canvasToViewport(MouseEvent e,
Rectangle viewport)
Needed when wishing to adapt a coordinate relative to the canvas to the viewport frame.
|
protected PolygonArray |
OverlayUtils.canvasToViewport(PolygonArray p,
Rectangle viewport) |
protected IntegerCoord2d |
OverlayUtils.canvasToViewport(Rectangle viewport,
IntegerCoord2d c) |
protected IntegerCoord2d |
OverlayUtils.viewportToCanvas(Chart chart,
IntegerCoord2d input,
Rectangle viewport)
Needed when wishing to display a coordinate relative to the viewport.
|
Copyright © 2016. All rights reserved.