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 TypeMethodDescriptionvoidFrameAWT.initialize(Chart chart, Rectangle bounds, String title) voidFrameAWT.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 TypeMethodDescriptionvoidFrameSwing.initialize(Chart chart, Rectangle bounds, String title) voidFrameSwing.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 TypeMethodDescriptionvoidFrameSWTBridge.initialize(Chart chart, Rectangle bounds, String title) voidFrameSWTBridge.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 ICameraMouseControllerstatic ICameraMouseControllerstatic ICameraMouseControllerChartLauncher.openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick) static ICameraMouseControllerChartLauncher.openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly) static voidSwingChartLauncher.openImagePanel(Image image, Rectangle bounds) static voidstatic voidChartLauncher.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 TypeMethodDescriptionvoidIFrame.initialize(Chart chart, Rectangle bounds, String title) voidIFrame.initialize(Chart chart, Rectangle bounds, String title, String message) voidEmulGLPainterFactory.setOffscreen(Rectangle rectangle) voidIPainterFactory.setOffscreen(Rectangle rectangle) voidNativePainterFactory.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 TypeMethodDescriptionvoidFallbackChartFrameAbstract.initialize(Chart chart, Rectangle bounds, String title) voidFallbackChartFrameAbstract.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 thisAbstractViewportManagerstand 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 IntegerCoord2dOverlayUtils.canvasToViewport(MouseEvent e, Rectangle viewport) Needed when wishing to adapt a coordinate relative to the canvas to the viewport frame.protected IntegerCoord2dOverlayUtils.canvasToViewport(IntegerCoord2d c, Rectangle viewport) protected PolygonArrayOverlayUtils.canvasToViewport(PolygonArray p, Rectangle viewport) protected IntegerCoord2dOverlayUtils.canvasToViewport(Rectangle viewport, IntegerCoord2d c) protected IntegerCoord2dOverlayUtils.viewportToCanvas(Chart chart, IntegerCoord2d input, Rectangle viewport) Needed when wishing to display a coordinate relative to the viewport.