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 AWTColorbarLegend
AWTChart. 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 Dimension
EmulGLPainterFactory. getOffscreenDimension()
Dimension
IPainterFactory. getOffscreenDimension()
Dimension
NativePainterFactory. getOffscreenDimension()
-
Uses of Dimension in org.jzy3d.junit
Fields in org.jzy3d.junit declared as Dimension Modifier and Type Field Description protected Dimension
ChartTester. 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 Dimension
AWTLegend. minimumDimension
Methods in org.jzy3d.plot3d.rendering.legends that return Dimension Modifier and Type Method Description Dimension
AWTLegend. getMinimumDimension()
Methods in org.jzy3d.plot3d.rendering.legends with parameters of type Dimension Modifier and Type Method Description void
AWTLegend. 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 Dimension
IColorbarLegend. getMinimumDimension()
Methods in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Dimension Modifier and Type Method Description void
AWTColorbarLegend. setMargin(Dimension margin)
Update image according to new margin.void
IColorbarLegend. setMinimumDimension(Dimension dimension)
protected BufferedImage
AWTColorbarLegend. 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 Dimension
AWTImageViewport. margin
Methods in org.jzy3d.plot3d.rendering.view that return Dimension Modifier and Type Method Description Dimension
AWTImageViewport. getMargin()
Dimension
AWTImageViewport. getMinimumDimension()
Return the minimum size for this graphic.Dimension
IImageViewport. 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 void
AWTImageViewport. setMargin(Dimension margin)
-