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 IViewportLayout
ChartView. layout
Methods in org.jzy3d.chart that return IViewportLayout Modifier and Type Method Description IViewportLayout
ChartView. getLayout()
Methods in org.jzy3d.chart with parameters of type IViewportLayout Modifier and Type Method Description void
ChartView. 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 IViewportLayout
AWTPainterFactory. newViewportLayout()
IViewportLayout
IPainterFactory. newViewportLayout()
IViewportLayout
NewtPainterFactory. newViewportLayout()
IViewportLayout
SWTPainterFactory. 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 class
ViewAndLegendLayout
-
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 class
EmulGLViewAndColorbarsLayout
class
NativeViewAndColorbarsLayout
This implementation allows to shrink colorbar, assuming it is an AWT implementation from which we can read image widthclass
ViewAndColorbarsLayout
This class handles the layout of a main 3D plot on the left with additional legends (colorbars) on the right side.
-