Uses of Class
org.jzy3d.maths.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
Modifier and TypeMethodDescriptionvoid
PickingSupport.pickObjects
(IPainter painter, View view, Graph graph, IntegerCoord2d pickPoint) -
Uses of IntegerCoord2d in org.jzy3d.chart.controllers.mouse.selection
Modifier and TypeFieldDescriptionprotected IntegerCoord2d
AWTAbstractMouseSelector.in
protected IntegerCoord2d
AWTAbstractMouseSelector.last
protected IntegerCoord2d
AWTAbstractMouseSelector.out
Modifier and TypeMethodDescriptionprotected void
AWTAbstractMouseSelector.drawRectangle
(Graphics2D g2d, IntegerCoord2d in, IntegerCoord2d out) protected boolean
AWTAbstractMouseSelector.matchRectangleSelection
(IntegerCoord2d in, IntegerCoord2d out, float px, float py, int width, int height) protected boolean
AWTAbstractMouseSelector.matchRectangleSelection
(IntegerCoord2d in, IntegerCoord2d out, Coord3d projection, int width, int height) -
Uses of IntegerCoord2d in org.jzy3d.contour
Modifier and TypeMethodDescriptionprotected IntegerCoord2d
MapperContourMeshGenerator.findNext
(int i, int j, int width, double[][] contours, boolean[][] processed) -
Uses of IntegerCoord2d in org.jzy3d.junit
Modifier and TypeMethodDescriptionprotected void
ChartTester.doHighlightPixels
(BufferedImage expected, IntegerCoord2d diffs, org.jzy3d.junit.ChartTester.Highlight highlight) Invert the pixel color identified by the input coordinates (IntegerCoord2d
)Modifier and TypeMethodDescriptionprotected BufferedImage
ChartTester.getErroneousArea
(BufferedImage expected, List<IntegerCoord2d> diffs) protected void
ChartTester.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
-
Uses of IntegerCoord2d in org.jzy3d.maths
Modifier and TypeMethodDescription -
Uses of IntegerCoord2d in org.jzy3d.plot3d.rendering.tooltips
Modifier and TypeFieldDescriptionprotected IntegerCoord2d
CoordinateTooltipRenderer.screenLocation
protected IntegerCoord2d
InteractiveTooltip.screenLocation
protected IntegerCoord2d
TextTooltipRenderer.screenLocation
Modifier and TypeMethodDescriptionvoid
CoordinateTooltipRenderer.updateScreenPosition
(IntegerCoord2d position) void
InteractiveTooltip.updateScreenPosition
(IntegerCoord2d position) void
ITooltipRenderer.updateScreenPosition
(IntegerCoord2d position) void
TextTooltipRenderer.updateScreenPosition
(IntegerCoord2d position) ModifierConstructorDescriptionCoordinateTooltipRenderer
(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
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 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.Modifier and TypeMethodDescriptionprotected IntegerCoord2d
OverlayUtils.canvasToViewport
(IntegerCoord2d c, Rectangle viewport) protected IntegerCoord2d
OverlayUtils.canvasToViewport
(Rectangle viewport, IntegerCoord2d c) void
OverlayUtils.drawSelection
(Graphics2D g2d, IntegerCoord2d in, int width, int height) View.projectMouse
(IntegerCoord2d mouse) protected IntegerCoord2d
OverlayUtils.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
-
Uses of IntegerCoord2d in org.jzy3d.plot3d.text.drawable.cells
Modifier and TypeMethodDescriptionprotected IntegerCoord2d
TextCellRenderer.guessImageDimension
(int n, Font font)