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 ViewportConfigurationbackgroundViewPortprotected booleanhasMetaprotected ViewportConfigurationsceneViewPortprotected floatscreenSeparatorprotected Rectanglezone1protected Rectanglezone2
-
Constructor Summary
Constructors Constructor Description ViewAndLegendLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomputeScreenSeparator(ICanvas canvas, List<ILegend> list)voidrender(IPainter painter, Chart chart)protected voidrenderLegends(IPainter painter, float left, float right, List<ILegend> data, ICanvas canvas)voidupdate(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:
updatein interfaceIViewportLayout
-
render
public void render(IPainter painter, Chart chart)
- Specified by:
renderin interfaceIViewportLayout
-
-