Uses of Interface
org.jzy3d.plot3d.primitives.axis.layout.IAxisLayout
-
-
Uses of IAxisLayout in org.jzy3d.chart
Methods in org.jzy3d.chart that return IAxisLayout Modifier and Type Method Description IAxisLayoutChart. getAxisLayout()Methods in org.jzy3d.chart with parameters of type IAxisLayout Modifier and Type Method Description AWTColorbarLegendAWTChart. colorbar(Drawable drawable, Dimension d, IAxisLayout layout)AWTColorbarLegendAWTChart. colorbar(Drawable drawable, IAxisLayout layout) -
Uses of IAxisLayout in org.jzy3d.chart2d
Constructors in org.jzy3d.chart2d with parameters of type IAxisLayout Constructor Description AxisBox2d(BoundingBox3d bbox, IAxisLayout layout) -
Uses of IAxisLayout in org.jzy3d.plot3d.primitives.axis
Fields in org.jzy3d.plot3d.primitives.axis declared as IAxisLayout Modifier and Type Field Description protected IAxisLayoutAxisBase. layoutprotected IAxisLayoutAxisBox. layoutprotected IAxisLayoutAxisLabelProcessor. layoutprotected IAxisLayoutAxisTickProcessor. layoutMethods in org.jzy3d.plot3d.primitives.axis that return IAxisLayout Modifier and Type Method Description IAxisLayoutAxisBase. getLayout()IAxisLayoutAxisBox. getLayout()IAxisLayoutIAxis. getLayout()Constructors in org.jzy3d.plot3d.primitives.axis with parameters of type IAxisLayout Constructor Description AxisBox(BoundingBox3d bbox, IAxisLayout layout)AxisBoxWithTxtRenderer(BoundingBox3d bbox, IAxisLayout layout)ContourAxisBox(BoundingBox3d bbox, IAxisLayout layout)FeedbackBufferAxisBox(BoundingBox3d bbox, IAxisLayout layout) -
Uses of IAxisLayout in org.jzy3d.plot3d.primitives.axis.layout
Classes in org.jzy3d.plot3d.primitives.axis.layout that implement IAxisLayout Modifier and Type Class Description classAxisLayout -
Uses of IAxisLayout in org.jzy3d.plot3d.primitives.axis.layout.fonts
Methods in org.jzy3d.plot3d.primitives.axis.layout.fonts with parameters of type IAxisLayout Modifier and Type Method Description FontHiDPIProportionalFontSizePolicy. apply(IAxisLayout layout)FontHiDPITwoFontSizesPolicy. apply(IAxisLayout layout)FontIFontSizePolicy. apply(IAxisLayout layout)FontStaticFontSizePolicy. apply(IAxisLayout layout) -
Uses of IAxisLayout in org.jzy3d.plot3d.rendering.legends.colorbars
Constructors in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type IAxisLayout Constructor Description AWTColorbarLegend(Drawable parent, IAxisLayout layout)AWTColorbarLegend(Drawable parent, IAxisLayout layout, Color foreground)AWTColorbarLegend(Drawable parent, IAxisLayout layout, Color foreground, Color background) -
Uses of IAxisLayout in org.jzy3d.plot3d.text
Fields in org.jzy3d.plot3d.text declared as IAxisLayout Modifier and Type Field Description protected IAxisLayoutDrawableTextWrapper. axisLayoutMethods in org.jzy3d.plot3d.text that return IAxisLayout Modifier and Type Method Description IAxisLayoutDrawableTextWrapper. getAxisLayout()Methods in org.jzy3d.plot3d.text with parameters of type IAxisLayout Modifier and Type Method Description voidDrawableTextWrapper. setAxisLayout(IAxisLayout axisLayout)The axis layout acts as main font provider, to allow all text renderer to use the same current font than the one selected for axis and colorbar texts.
-