Uses of Class
org.jzy3d.maths.Rectangle

Packages that use Rectangle
org.jzy3d.analysis   
org.jzy3d.bridge   
org.jzy3d.bridge.awt   
org.jzy3d.bridge.swing   
org.jzy3d.chart   
org.jzy3d.chart.factories   
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
org.jzy3d.plot3d.builder.concrete   
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
 

Uses of Rectangle in org.jzy3d.analysis
 

Fields in org.jzy3d.analysis declared as Rectangle
protected static Rectangle AnalysisLauncher.DEFAULT_WINDOW
           
 

Methods in org.jzy3d.analysis with parameters of type Rectangle
static void AnalysisLauncher.open(IAnalysis demo, Rectangle rectangle)
           
static void AnalysisLauncher.openStatic(IAnalysis demo, Rectangle rectangle)
           
 

Uses of Rectangle in org.jzy3d.bridge
 

Methods in org.jzy3d.bridge with parameters of type Rectangle
 void IFrame.initialize(Chart chart, Rectangle bounds, String title)
           
 void IFrame.initialize(Chart chart, Rectangle bounds, String title, String message)
           
 

Uses of Rectangle in org.jzy3d.bridge.awt
 

Methods in org.jzy3d.bridge.awt with parameters of type Rectangle
 void FrameAWT.initialize(Chart chart, Rectangle bounds, String title)
           
 void FrameAWT.initialize(Chart chart, Rectangle bounds, String title, String message)
           
 

Constructors in org.jzy3d.bridge.awt with parameters of type Rectangle
FrameAWT(Chart chart, Rectangle bounds, String title)
           
FrameAWT(Chart chart, Rectangle bounds, String title, String message)
           
 

Uses of Rectangle in org.jzy3d.bridge.swing
 

Methods in org.jzy3d.bridge.swing with parameters of type Rectangle
 void FrameSwing.initialize(Chart chart, Rectangle bounds, String title)
           
 void FrameSwing.initialize(Chart chart, Rectangle bounds, String title, String message)
           
 

Constructors in org.jzy3d.bridge.swing with parameters of type Rectangle
FrameSwing(Chart chart, Rectangle bounds, String title)
           
 

Uses of Rectangle in org.jzy3d.chart
 

Methods in org.jzy3d.chart with parameters of type Rectangle
 IFrame Chart.display(Rectangle rectangle, String title)
           
static void ChartLauncher.frame(Chart chart, Rectangle bounds, String title)
           
 IFrame Chart.open(String title, Rectangle rect)
           
static ICameraMouseController ChartLauncher.openChart(Chart chart, Rectangle rectangle)
           
static ICameraMouseController ChartLauncher.openChart(Chart chart, Rectangle bounds, String title)
           
static ICameraMouseController ChartLauncher.openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick)
           
static ICameraMouseController ChartLauncher.openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
           
static void SwingChartLauncher.openImagePanel(Image image, Rectangle bounds)
           
static void SwingChartLauncher.openPanel(JPanel panel, Rectangle bounds, String title)
           
static void ChartLauncher.openStaticChart(Chart chart, Rectangle bounds, String title)
           
 

Uses of Rectangle in org.jzy3d.chart.factories
 

Methods in org.jzy3d.chart.factories with parameters of type Rectangle
 IFrame IChartComponentFactory.newFrame(Chart chart, Rectangle bounds, String title)
           
 IFrame ChartComponentFactory.newFrame(Chart chart, Rectangle bounds, String title)
           
 IFrame AWTChartComponentFactory.newFrame(Chart chart, Rectangle bounds, String title)
           
protected  IFrame AWTChartComponentFactory.newFrameAWT(Chart chart, Rectangle bounds, String title, String message)
           
protected  IFrame AWTChartComponentFactory.newFrameSwing(Chart chart, Rectangle bounds, String title)
           
 

Uses of Rectangle in org.jzy3d.maths
 

Methods in org.jzy3d.maths that return Rectangle
 Rectangle Rectangle.intersection(Rectangle r)
           
 

Methods in org.jzy3d.maths with parameters of type Rectangle
 Rectangle Rectangle.intersection(Rectangle r)
           
 

Uses of Rectangle in org.jzy3d.plot3d.builder.concrete
 

Methods in org.jzy3d.plot3d.builder.concrete that return Rectangle
 Rectangle BufferedImageMapper.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 Rectangle
 Rectangle BufferedImageMapper.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 Rectangle
 Rectangle View.getSceneViewportRectangle()
           
 

Methods in org.jzy3d.plot3d.rendering.view with parameters of type Rectangle
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  PolygonArray OverlayUtils.canvasToViewport(PolygonArray p, 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.
 



Copyright © 2013. All rights reserved.