Uses of Interface
org.jzy3d.plot3d.rendering.view.layout.IViewportLayout
-
Packages that use IViewportLayout Package Description org.jzy3d.chart org.jzy3d.chart.factories org.jzy3d.plot3d.rendering.legends.series org.jzy3d.plot3d.rendering.view.layout -
-
Uses of IViewportLayout in org.jzy3d.chart
Fields in org.jzy3d.chart declared as IViewportLayout Modifier and Type Field Description protected IViewportLayoutChartView. layoutMethods in org.jzy3d.chart that return IViewportLayout Modifier and Type Method Description IViewportLayoutChartView. getLayout()Methods in org.jzy3d.chart with parameters of type IViewportLayout Modifier and Type Method Description voidChartView. setLayout(IViewportLayout layout) -
Uses of IViewportLayout in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return IViewportLayout Modifier and Type Method Description IViewportLayoutAWTPainterFactory. newViewportLayout()IViewportLayoutIPainterFactory. newViewportLayout()IViewportLayoutNewtPainterFactory. newViewportLayout()IViewportLayoutSWTPainterFactory. newViewportLayout() -
Uses of IViewportLayout in org.jzy3d.plot3d.rendering.legends.series
Classes in org.jzy3d.plot3d.rendering.legends.series that implement IViewportLayout Modifier and Type Class Description classViewAndLegendLayout -
Uses of IViewportLayout in org.jzy3d.plot3d.rendering.view.layout
Classes in org.jzy3d.plot3d.rendering.view.layout that implement IViewportLayout Modifier and Type Class Description classEmulGLViewAndColorbarsLayoutclassNativeViewAndColorbarsLayoutThis implementation allows to shrink colorbar, assuming it is an AWT implementation from which we can read image widthclassViewAndColorbarsLayout
-