Uses of Class
org.jzy3d.maths.Dimension
-
Packages that use Dimension Package Description org.jzy3d.chart org.jzy3d.chart.factories org.jzy3d.junit org.jzy3d.plot3d.rendering.legends org.jzy3d.plot3d.rendering.legends.colorbars org.jzy3d.plot3d.rendering.view -
-
Uses of Dimension in org.jzy3d.chart
Methods in org.jzy3d.chart with parameters of type Dimension Modifier and Type Method Description AWTColorbarLegendAWTChart. colorbar(Drawable drawable, Dimension minDimension, AxisLayout layout) -
Uses of Dimension in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Dimension Modifier and Type Method Description DimensionEmulGLPainterFactory. getOffscreenDimension()DimensionIPainterFactory. getOffscreenDimension()DimensionNativePainterFactory. getOffscreenDimension() -
Uses of Dimension in org.jzy3d.junit
Fields in org.jzy3d.junit declared as Dimension Modifier and Type Field Description protected DimensionChartTester. colorbarDimension -
Uses of Dimension in org.jzy3d.plot3d.rendering.legends
Fields in org.jzy3d.plot3d.rendering.legends declared as Dimension Modifier and Type Field Description protected DimensionAWTLegend. minimumDimensionMethods in org.jzy3d.plot3d.rendering.legends that return Dimension Modifier and Type Method Description DimensionAWTLegend. getMinimumDimension()Methods in org.jzy3d.plot3d.rendering.legends with parameters of type Dimension Modifier and Type Method Description voidAWTLegend. setMinimumDimension(Dimension dimension) -
Uses of Dimension in org.jzy3d.plot3d.rendering.legends.colorbars
Methods in org.jzy3d.plot3d.rendering.legends.colorbars that return Dimension Modifier and Type Method Description DimensionIColorbarLegend. getMinimumDimension()Methods in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Dimension Modifier and Type Method Description voidAWTColorbarLegend. setMargin(Dimension margin)Update image according to new margin.voidIColorbarLegend. setMinimumDimension(Dimension dimension)protected BufferedImageAWTColorbarLegend. toImage(int width, int height, Dimension margin, Coord2d pixelScale)Generate an image for this dimension, margin and pixel scale. -
Uses of Dimension in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as Dimension Modifier and Type Field Description protected DimensionAWTImageViewport. marginMethods in org.jzy3d.plot3d.rendering.view that return Dimension Modifier and Type Method Description DimensionAWTImageViewport. getMargin()DimensionAWTImageViewport. getMinimumDimension()Return the minimum size for this graphic.DimensionIImageViewport. getMinimumDimension()Return the minimum size for this graphic.Methods in org.jzy3d.plot3d.rendering.view with parameters of type Dimension Modifier and Type Method Description voidAWTImageViewport. setMargin(Dimension margin)
-