Uses of Class
org.jzy3d.maths.Rectangle
Packages that use Rectangle
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Rectangle in org.jzy3d.analysis
Fields in org.jzy3d.analysis declared as RectangleMethods in org.jzy3d.analysis with parameters of type Rectangle -
Uses of Rectangle in org.jzy3d.bridge.awt
Methods in org.jzy3d.bridge.awt with parameters of type RectangleModifier and TypeMethodDescriptionvoid
FrameAWT.initialize
(Chart chart, Rectangle bounds, String title) void
FrameAWT.initialize
(Chart chart, Rectangle bounds, String title, String message) Constructors in org.jzy3d.bridge.awt with parameters of type Rectangle -
Uses of Rectangle in org.jzy3d.bridge.swing
Methods in org.jzy3d.bridge.swing with parameters of type RectangleModifier and TypeMethodDescriptionvoid
FrameSwing.initialize
(Chart chart, Rectangle bounds, String title) void
FrameSwing.initialize
(Chart chart, Rectangle bounds, String title, String message) Constructors in org.jzy3d.bridge.swing with parameters of type Rectangle -
Uses of Rectangle in org.jzy3d.bridge.swt
Methods in org.jzy3d.bridge.swt with parameters of type RectangleModifier and TypeMethodDescriptionvoid
FrameSWTBridge.initialize
(Chart chart, Rectangle bounds, String title) void
FrameSWTBridge.initialize
(Chart chart, Rectangle bounds, String title, String message) Constructors in org.jzy3d.bridge.swt with parameters of type Rectangle -
Uses of Rectangle in org.jzy3d.chart
Methods in org.jzy3d.chart with parameters of type RectangleModifier 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
Methods in org.jzy3d.chart.factories with parameters of type RectangleModifier 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
Methods in org.jzy3d.chart.factories.bridged with parameters of type Rectangle -
Uses of Rectangle in org.jzy3d.chart.fallback
Methods in org.jzy3d.chart.fallback with parameters of type RectangleModifier 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
Methods in org.jzy3d.debugGL.tracers with parameters of type Rectangle -
Uses of Rectangle in org.jzy3d.javafx.offscreen
Fields in org.jzy3d.javafx.offscreen declared as Rectangle -
Uses of Rectangle in org.jzy3d.maths
Methods in org.jzy3d.maths that return RectangleMethods in org.jzy3d.maths with parameters of type Rectangle -
Uses of Rectangle in org.jzy3d.plot3d.builder.concrete
Methods in org.jzy3d.plot3d.builder.concrete that return RectangleModifier and TypeMethodDescriptionBufferedImageMapper.getClippedViewport
(Rectangle roi) Returns the intersection of this BufferedImage's dimensions with those passed in in Rectangle roi, if there is one.Methods in org.jzy3d.plot3d.builder.concrete with parameters of type RectangleModifier 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
Methods in org.jzy3d.plot3d.rendering.view that return RectangleModifier 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()
Methods in org.jzy3d.plot3d.rendering.view with parameters of type RectangleModifier 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.