Uses of Class
org.jzy3d.maths.IntegerCoord2d

Packages that use IntegerCoord2d
org.jzy3d.chart.controllers.mouse.selection   
org.jzy3d.contour   
org.jzy3d.picking   
org.jzy3d.plot3d.rendering.tooltips   
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
org.jzy3d.plot3d.text.drawable   
org.jzy3d.plot3d.text.drawable.cells   
 

Uses of IntegerCoord2d in org.jzy3d.chart.controllers.mouse.selection
 

Fields in org.jzy3d.chart.controllers.mouse.selection declared as IntegerCoord2d
protected  IntegerCoord2d AbstractMouseSelector.in
           
protected  IntegerCoord2d AbstractMouseSelector.last
           
protected  IntegerCoord2d AbstractMouseSelector.out
           
 

Methods in org.jzy3d.chart.controllers.mouse.selection with parameters of type IntegerCoord2d
protected  void AbstractMouseSelector.drawRectangle(Graphics2D g2d, IntegerCoord2d in, IntegerCoord2d out)
           
protected  boolean AbstractMouseSelector.matchRectangleSelection(IntegerCoord2d in, IntegerCoord2d out, Coord3d projection, int width, int height)
           
protected  boolean AbstractMouseSelector.matchRectangleSelection(IntegerCoord2d in, IntegerCoord2d out, float px, float py, int width, int height)
           
 

Uses of IntegerCoord2d in org.jzy3d.contour
 

Methods in org.jzy3d.contour that return IntegerCoord2d
protected  IntegerCoord2d MapperContourMeshGenerator.findNext(int i, int j, int width, double[][] contours, boolean[][] processed)
           
 

Uses of IntegerCoord2d in org.jzy3d.picking
 

Methods in org.jzy3d.picking with parameters of type IntegerCoord2d
 void PickingSupport.pickObjects(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, View view, Graph graph, IntegerCoord2d pickPoint)
           
 

Uses of IntegerCoord2d in org.jzy3d.plot3d.rendering.tooltips
 

Fields in org.jzy3d.plot3d.rendering.tooltips declared as IntegerCoord2d
protected  IntegerCoord2d TextTooltipRenderer.screenLocation
           
protected  IntegerCoord2d InteractiveTooltip.screenLocation
           
protected  IntegerCoord2d CoordinateTooltipRenderer.screenLocation
           
 

Methods in org.jzy3d.plot3d.rendering.tooltips with parameters of type IntegerCoord2d
 void TextTooltipRenderer.updateScreenPosition(IntegerCoord2d position)
           
 void ITooltipRenderer.updateScreenPosition(IntegerCoord2d position)
           
 void InteractiveTooltip.updateScreenPosition(IntegerCoord2d position)
           
 void CoordinateTooltipRenderer.updateScreenPosition(IntegerCoord2d position)
           
 

Constructors in org.jzy3d.plot3d.rendering.tooltips with parameters of type IntegerCoord2d
CoordinateTooltipRenderer(IntegerCoord2d screen)
           
CoordinateTooltipRenderer(IntegerCoord2d screen, Coord3d target)
           
CoordinateTooltipRenderer(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)
           
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 IntegerCoord2d
protected  IntegerCoord2d OverlayUtils.canvasToViewport(IntegerCoord2d c, Rectangle viewport)
           
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(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
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
protected  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
protected  IntegerCoord2d TextCellRenderer.guessImageDimension(int n, Font font)