Uses of Class
org.jzy3d.maths.Dimension

Packages that use Dimension
org.jzy3d.chart.factories   
org.jzy3d.plot3d.rendering.legends.colorbars   
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
 

Uses of Dimension in org.jzy3d.chart.factories
 

Methods in org.jzy3d.chart.factories that return Dimension
protected  Dimension AWTChartComponentFactory.getCanvasDimension(String windowingToolkit)
           
 

Uses of Dimension in org.jzy3d.plot3d.rendering.legends.colorbars
 

Fields in org.jzy3d.plot3d.rendering.legends.colorbars declared as Dimension
protected  Dimension AWTColorbarLegend.minimumDimension
           
 

Methods in org.jzy3d.plot3d.rendering.legends.colorbars that return Dimension
 Dimension IColorbarLegend.getMinimumSize()
           
 Dimension AWTColorbarLegend.getMinimumSize()
           
 

Methods in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Dimension
 void IColorbarLegend.setMinimumSize(Dimension dimension)
           
 void AWTColorbarLegend.setMinimumSize(Dimension dimension)
           
 

Uses of Dimension in org.jzy3d.plot3d.rendering.view
 

Methods in org.jzy3d.plot3d.rendering.view that return Dimension
 Dimension IImageViewport.getMinimumSize()
          Return the minimum size for this graphic.
 Dimension AWTImageViewport.getMinimumSize()
          Return the minimum size for this graphic.
 Dimension IImageViewport.getPreferedSize()
          Return the prefered size for this graphic.
 Dimension AWTImageViewport.getPreferedSize()
          Return the prefered size for this graphic.
 



Copyright © 2013. All rights reserved.