Uses of Class
org.jzy3d.maths.IntegerCoord2d
-
Packages that use IntegerCoord2d Package Description org.jzy3d.chart.controllers.mouse.picking org.jzy3d.chart.controllers.mouse.selection org.jzy3d.contour org.jzy3d.junit org.jzy3d.junit.replay.events org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.org.jzy3d.plot3d.rendering.tooltips org.jzy3d.plot3d.rendering.view org.jzy3d.plot3d.text.drawable org.jzy3d.plot3d.text.drawable.cells -
-
Uses of IntegerCoord2d in org.jzy3d.chart.controllers.mouse.picking
Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type IntegerCoord2d Modifier and Type Method Description void
PickingSupport. 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 IntegerCoord2d Modifier and Type Field Description protected IntegerCoord2d
AWTAbstractMouseSelector. in
protected IntegerCoord2d
AWTAbstractMouseSelector. last
protected IntegerCoord2d
AWTAbstractMouseSelector. out
Methods in org.jzy3d.chart.controllers.mouse.selection that return IntegerCoord2d Modifier and Type Method Description IntegerCoord2d
AWTAbstractMouseSelector. xy(MouseEvent e)
Methods in org.jzy3d.chart.controllers.mouse.selection with parameters of type IntegerCoord2d Modifier and Type Method Description protected 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
Methods in org.jzy3d.contour that return IntegerCoord2d Modifier and Type Method Description protected IntegerCoord2d
MapperContourMeshGenerator. 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 IntegerCoord2d Modifier and Type Field Description protected List<IntegerCoord2d>
ChartTestFailed. diffs
Methods in org.jzy3d.junit that return types with arguments of type IntegerCoord2d Modifier and Type Method Description List<IntegerCoord2d>
ChartTestFailed. getDiffCoordinates()
Methods in org.jzy3d.junit with parameters of type IntegerCoord2d Modifier and Type Method Description protected void
ChartTester. 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 IntegerCoord2d Modifier and Type Method Description protected 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
Fields in org.jzy3d.junit.replay.events declared as IntegerCoord2d Modifier and Type Field Description protected IntegerCoord2d
MouseEventLog. coord
Methods in org.jzy3d.junit.replay.events that return IntegerCoord2d Modifier and Type Method Description IntegerCoord2d
IMouseEventLog. getCoord()
IntegerCoord2d
MouseEventLog. getCoord()
-
Uses of IntegerCoord2d in org.jzy3d.maths
Methods in org.jzy3d.maths that return IntegerCoord2d Modifier and Type Method Description IntegerCoord2d
IntegerCoord2d. div(Coord2d div)
IntegerCoord2d
IntegerCoord2d. mul(Coord2d mul)
-
Uses of IntegerCoord2d in org.jzy3d.plot3d.rendering.tooltips
Fields in org.jzy3d.plot3d.rendering.tooltips declared as IntegerCoord2d Modifier and Type Field Description protected IntegerCoord2d
CoordinateTooltipRenderer. screenLocation
protected IntegerCoord2d
InteractiveTooltip. screenLocation
protected IntegerCoord2d
TextTooltipRenderer. screenLocation
Methods in org.jzy3d.plot3d.rendering.tooltips with parameters of type IntegerCoord2d Modifier and Type Method Description void
CoordinateTooltipRenderer. updateScreenPosition(IntegerCoord2d position)
void
InteractiveTooltip. updateScreenPosition(IntegerCoord2d position)
void
ITooltipRenderer. updateScreenPosition(IntegerCoord2d position)
void
TextTooltipRenderer. updateScreenPosition(IntegerCoord2d position)
-
Uses of IntegerCoord2d in org.jzy3d.plot3d.rendering.view
Methods in org.jzy3d.plot3d.rendering.view that return IntegerCoord2d Modifier and Type Method Description protected 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.Methods in org.jzy3d.plot3d.rendering.view with parameters of type IntegerCoord2d Modifier and Type Method Description protected 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)
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
Methods in org.jzy3d.plot3d.text.drawable that return IntegerCoord2d Modifier and Type Method Description IntegerCoord2d
TextImageRenderer. guessImageDimension(String text)
-
Uses of IntegerCoord2d in org.jzy3d.plot3d.text.drawable.cells
Methods in org.jzy3d.plot3d.text.drawable.cells that return IntegerCoord2d Modifier and Type Method Description protected IntegerCoord2d
TextCellRenderer. guessImageDimension(int n, Font font)
-