Uses of Class
org.jzy3d.maths.IntegerCoord2d
Packages that use IntegerCoord2d
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of IntegerCoord2d in org.jzy3d.chart.controllers.mouse.picking
Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type IntegerCoord2dModifier and TypeMethodDescriptionvoidPickingSupport.pickObjects(IPainter painter, View view, Graph graph, IntegerCoord2d pickPoint) -
Uses of IntegerCoord2d in org.jzy3d.chart.controllers.mouse.selection
Fields in org.jzy3d.chart.controllers.mouse.selection declared as IntegerCoord2dModifier and TypeFieldDescriptionprotected IntegerCoord2dAWTAbstractMouseSelector.inprotected IntegerCoord2dAWTAbstractMouseSelector.lastprotected IntegerCoord2dAWTAbstractMouseSelector.outMethods in org.jzy3d.chart.controllers.mouse.selection that return IntegerCoord2dMethods in org.jzy3d.chart.controllers.mouse.selection with parameters of type IntegerCoord2dModifier and TypeMethodDescriptionprotected voidAWTAbstractMouseSelector.drawRectangle(Graphics2D g2d, IntegerCoord2d in, IntegerCoord2d out) protected booleanAWTAbstractMouseSelector.matchRectangleSelection(IntegerCoord2d in, IntegerCoord2d out, float px, float py, int width, int height) protected booleanAWTAbstractMouseSelector.matchRectangleSelection(IntegerCoord2d in, IntegerCoord2d out, Coord3d projection, int width, int height) -
Uses of IntegerCoord2d in org.jzy3d.contour
Methods in org.jzy3d.contour that return IntegerCoord2dModifier and TypeMethodDescriptionprotected IntegerCoord2dMapperContourMeshGenerator.findNext(int i, int j, int width, double[][] contours, boolean[][] processed) -
Uses of IntegerCoord2d in org.jzy3d.junit
Fields in org.jzy3d.junit with type parameters of type IntegerCoord2dMethods in org.jzy3d.junit that return types with arguments of type IntegerCoord2dMethods in org.jzy3d.junit with parameters of type IntegerCoord2dModifier and TypeMethodDescriptionprotected voidChartTester.doHighlightPixels(BufferedImage expected, IntegerCoord2d diffs, org.jzy3d.junit.ChartTester.Highlight highlight) Invert the pixel color identified by the input coordinates (IntegerCoord2d)Method parameters in org.jzy3d.junit with type arguments of type IntegerCoord2dModifier and TypeMethodDescriptionprotected BufferedImageChartTester.getErroneousArea(BufferedImage expected, List<IntegerCoord2d> diffs) protected voidChartTester.highlightPixel(BufferedImage expected, List<IntegerCoord2d> diffs, org.jzy3d.junit.ChartTester.Highlight highlight) Invert the pixel color identified by the input coordinates. -
Uses of IntegerCoord2d in org.jzy3d.junit.replay.events
Fields in org.jzy3d.junit.replay.events declared as IntegerCoord2dMethods in org.jzy3d.junit.replay.events that return IntegerCoord2d -
Uses of IntegerCoord2d in org.jzy3d.maths
Methods in org.jzy3d.maths that return IntegerCoord2dModifier and TypeMethodDescription -
Uses of IntegerCoord2d in org.jzy3d.plot3d.rendering.tooltips
Fields in org.jzy3d.plot3d.rendering.tooltips declared as IntegerCoord2dModifier and TypeFieldDescriptionprotected IntegerCoord2dCoordinateTooltipRenderer.screenLocationprotected IntegerCoord2dInteractiveTooltip.screenLocationprotected IntegerCoord2dTextTooltipRenderer.screenLocationMethods in org.jzy3d.plot3d.rendering.tooltips with parameters of type IntegerCoord2dModifier and TypeMethodDescriptionvoidCoordinateTooltipRenderer.updateScreenPosition(IntegerCoord2d position) voidInteractiveTooltip.updateScreenPosition(IntegerCoord2d position) voidITooltipRenderer.updateScreenPosition(IntegerCoord2d position) voidTextTooltipRenderer.updateScreenPosition(IntegerCoord2d position) Constructors in org.jzy3d.plot3d.rendering.tooltips with parameters of type IntegerCoord2dModifierConstructorDescriptionCoordinateTooltipRenderer(String xUnit, String yUnit, String zUnit, boolean renderX, boolean renderY, boolean renderZ, IntegerCoord2d screen, Coord3d target) CoordinateTooltipRenderer(String xUnit, String yUnit, String zUnit, boolean renderX, boolean renderY, boolean renderZ, IntegerCoord2d screen, Coord3d target, boolean newLineAfterEachDim) CoordinateTooltipRenderer(String xUnit, String yUnit, String zUnit, IntegerCoord2d screen) CoordinateTooltipRenderer(String xUnit, String yUnit, String zUnit, IntegerCoord2d screen, Coord3d target) CoordinateTooltipRenderer(String xUnit, String yUnit, String zUnit, IntegerCoord2d screen, Coord3d target, boolean newLineAfterEachDim) CoordinateTooltipRenderer(IntegerCoord2d screen, Coord3d target) InteractiveTooltip(Coord3d target, String content, IntegerCoord2d screenLocation) InteractiveTooltip(Coord3d target, String content, IntegerCoord2d screenLocation, IAction action) TextTooltipRenderer(String text, IntegerCoord2d screen, Coord3d target) -
Uses of IntegerCoord2d in org.jzy3d.plot3d.rendering.view
Methods in org.jzy3d.plot3d.rendering.view that return IntegerCoord2dModifier 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 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.Methods in org.jzy3d.plot3d.rendering.view with parameters of type IntegerCoord2dModifier and TypeMethodDescriptionprotected IntegerCoord2dOverlayUtils.canvasToViewport(IntegerCoord2d c, Rectangle viewport) protected IntegerCoord2dOverlayUtils.canvasToViewport(Rectangle viewport, IntegerCoord2d c) voidOverlayUtils.drawSelection(Graphics2D g2d, IntegerCoord2d in, int width, int height) View.projectMouse(IntegerCoord2d mouse) protected IntegerCoord2dOverlayUtils.viewportToCanvas(Chart chart, IntegerCoord2d input, Rectangle viewport) Needed when wishing to display a coordinate relative to the viewport. -
Uses of IntegerCoord2d in org.jzy3d.plot3d.text.drawable
Methods in org.jzy3d.plot3d.text.drawable that return IntegerCoord2d -
Uses of IntegerCoord2d in org.jzy3d.plot3d.text.drawable.cells
Methods in org.jzy3d.plot3d.text.drawable.cells that return IntegerCoord2dModifier and TypeMethodDescriptionprotected IntegerCoord2dTextCellRenderer.guessImageDimension(int n, Font font)