Uses of Class
org.jzy3d.maths.Rectangle
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Rectangle in org.jzy3d.analysis
-
Uses of Rectangle in org.jzy3d.bridge.awt
Modifier and TypeMethodDescriptionvoid
FrameAWT.initialize
(Chart chart, Rectangle bounds, String title) void
FrameAWT.initialize
(Chart chart, Rectangle bounds, String title, String message) -
Uses of Rectangle in org.jzy3d.bridge.swing
Modifier and TypeMethodDescriptionvoid
FrameSwing.initialize
(Chart chart, Rectangle bounds, String title) void
FrameSwing.initialize
(Chart chart, Rectangle bounds, String title, String message) -
Uses of Rectangle in org.jzy3d.bridge.swt
Modifier and TypeMethodDescriptionvoid
FrameSWTBridge.initialize
(Chart chart, Rectangle bounds, String title) void
FrameSWTBridge.initialize
(Chart chart, Rectangle bounds, String title, String message) -
Uses of Rectangle in org.jzy3d.chart
Modifier and TypeMethodDescriptionOpen the frame if it was not opened beforestatic ICameraMouseController
static ICameraMouseController
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
static void
ChartLauncher.openStaticChart
(Chart chart, Rectangle bounds, String title) Alias forinvalid @link
display()
-
Uses of Rectangle in org.jzy3d.chart.factories
Modifier and TypeMethodDescriptionvoid
IFrame.initialize
(Chart chart, Rectangle bounds, String title) void
IFrame.initialize
(Chart chart, Rectangle bounds, String title, String message) void
EmulGLPainterFactory.setOffscreen
(Rectangle rectangle) void
IPainterFactory.setOffscreen
(Rectangle rectangle) void
NativePainterFactory.setOffscreen
(Rectangle rectangle) -
Uses of Rectangle in org.jzy3d.chart.factories.bridged
-
Uses of Rectangle in org.jzy3d.chart.fallback
Modifier and TypeMethodDescriptionvoid
FallbackChartFrameAbstract.initialize
(Chart chart, Rectangle bounds, String title) void
FallbackChartFrameAbstract.initialize
(Chart chart, Rectangle bounds, String title, String message) -
Uses of Rectangle in org.jzy3d.debugGL.tracers
-
Uses of Rectangle in org.jzy3d.javafx.offscreen
-
Uses of Rectangle in org.jzy3d.maths
-
Uses of Rectangle in org.jzy3d.plot3d.builder.concrete
Modifier and TypeMethodDescriptionBufferedImageMapper.getClippedViewport
(Rectangle roi) Returns the intersection of this BufferedImage's dimensions with those passed in in Rectangle roi, if there is one.Modifier and TypeMethodDescriptionBufferedImageMapper.getClippedViewport
(Rectangle roi) Returns the intersection of this BufferedImage's dimensions with those passed in in Rectangle roi, if there is one. -
Uses of Rectangle in org.jzy3d.plot3d.rendering.view
Modifier and TypeMethodDescriptionAbstractViewportManager.getRectangle()
Returns the (x,y) offset that was applied to make thisAbstractViewportManager
stand in the appropriate canvas part. and the actual width and height of the viewport.View.getSceneViewportRectangle()
Modifier and TypeMethodDescriptionprotected IntegerCoord2d
OverlayUtils.canvasToViewport
(MouseEvent e, Rectangle viewport) Needed when wishing to adapt a coordinate relative to the canvas to the viewport frame.protected IntegerCoord2d
OverlayUtils.canvasToViewport
(IntegerCoord2d c, Rectangle viewport) 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.