Class ViewAndLegendLayout
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.legends.series.ViewAndLegendLayout
-
- All Implemented Interfaces:
IViewportLayout
public class ViewAndLegendLayout extends Object implements IViewportLayout
-
-
Field Summary
Fields Modifier and Type Field Description protected ViewportConfiguration
backgroundViewPort
protected boolean
hasMeta
protected ViewportConfiguration
sceneViewPort
protected float
screenSeparator
protected Rectangle
zone1
protected Rectangle
zone2
-
Constructor Summary
Constructors Constructor Description ViewAndLegendLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
computeScreenSeparator(ICanvas canvas, List<ILegend> list)
void
render(IPainter painter, Chart chart)
protected void
renderLegends(IPainter painter, float left, float right, List<ILegend> data, ICanvas canvas)
void
update(Chart chart)
-
-
-
Field Detail
-
screenSeparator
protected float screenSeparator
-
hasMeta
protected boolean hasMeta
-
zone1
protected Rectangle zone1
-
zone2
protected Rectangle zone2
-
sceneViewPort
protected ViewportConfiguration sceneViewPort
-
backgroundViewPort
protected ViewportConfiguration backgroundViewPort
-
-
Method Detail
-
update
public void update(Chart chart)
- Specified by:
update
in interfaceIViewportLayout
-
render
public void render(IPainter painter, Chart chart)
- Specified by:
render
in interfaceIViewportLayout
-
-