Uses of Class
org.jzy3d.maths.Dimension
-
Packages that use Dimension Package Description org.jzy3d.chart org.jzy3d.chart.factories 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 d, IAxisLayout 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.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()
Dimension
AWTLegend. getMinimumSize()
Methods in org.jzy3d.plot3d.rendering.legends with parameters of type Dimension Modifier and Type Method Description void
AWTLegend. setMinimumDimension(Dimension minimumDimension)
void
AWTLegend. setMinimumSize(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
AWTColorbarLegend. getMargin()
Dimension
IColorbarLegend. getMinimumSize()
Methods in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Dimension Modifier and Type Method Description void
AWTColorbarLegend. setMargin(Dimension margin)
void
IColorbarLegend. setMinimumSize(Dimension dimension)
BufferedImage
AWTColorbarLegend. toImage(int width, int height, Dimension margin, Coord2d pixelScale)
-
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. getMinimumSize()
Return the minimum size for this graphic.Dimension
IImageViewport. getMinimumSize()
Return the minimum size for this graphic.Dimension
AWTImageViewport. getPreferedSize()
Return the prefered size for this graphic.Dimension
IImageViewport. getPreferedSize()
Return the prefered size for this graphic.
-