Uses of Class
org.jzy3d.plot3d.primitives.axis.layout.AxisLayout
-
-
Uses of AxisLayout in org.jzy3d.chart
Methods in org.jzy3d.chart that return AxisLayout Modifier and Type Method Description AxisLayoutChart. getAxisLayout()Methods in org.jzy3d.chart with parameters of type AxisLayout Modifier and Type Method Description AWTColorbarLegendAWTChart. colorbar(Drawable drawable, Dimension minDimension, AxisLayout layout)AWTColorbarLegendAWTChart. colorbar(Drawable drawable, AxisLayout layout) -
Uses of AxisLayout in org.jzy3d.chart2d
Constructors in org.jzy3d.chart2d with parameters of type AxisLayout Constructor Description AxisBox2d(BoundingBox3d bbox, AxisLayout layout) -
Uses of AxisLayout in org.jzy3d.plot3d.primitives.axis
Fields in org.jzy3d.plot3d.primitives.axis declared as AxisLayout Modifier and Type Field Description protected AxisLayoutAxisBase. layoutprotected AxisLayoutAxisBox. layoutprotected AxisLayoutAxisLabelProcessor. layoutprotected AxisLayoutAxisTickProcessor. layoutMethods in org.jzy3d.plot3d.primitives.axis that return AxisLayout Modifier and Type Method Description AxisLayoutAxisBase. getLayout()AxisLayoutAxisBox. getLayout()AxisLayoutIAxis. getLayout()Constructors in org.jzy3d.plot3d.primitives.axis with parameters of type AxisLayout Constructor Description AxisBox(BoundingBox3d bbox, AxisLayout layout)ContourAxisBox(BoundingBox3d bbox, AxisLayout layout)FeedbackBufferAxisBox(BoundingBox3d bbox, AxisLayout layout) -
Uses of AxisLayout in org.jzy3d.plot3d.primitives.axis.layout.fonts
Methods in org.jzy3d.plot3d.primitives.axis.layout.fonts with parameters of type AxisLayout Modifier and Type Method Description FontHiDPIProportionalFontSizePolicy. apply(AxisLayout layout)Modifies theIAxisLayoutfont according to the pixel scale returned by theViewand the font that was returned byIAxisLayoutat the first call to this method.FontHiDPITwoFontSizesPolicy. apply(AxisLayout layout)FontIFontSizePolicy. apply(AxisLayout layout)FontStaticFontSizePolicy. apply(AxisLayout layout) -
Uses of AxisLayout in org.jzy3d.plot3d.rendering.legends.colorbars
Constructors in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type AxisLayout Constructor Description AWTColorbarLegend(Drawable parent, AxisLayout layout)AWTColorbarLegend(Drawable parent, AxisLayout layout, Color foreground)AWTColorbarLegend(Drawable parent, AxisLayout layout, Color foreground, Color background) -
Uses of AxisLayout in org.jzy3d.plot3d.rendering.view
Methods in org.jzy3d.plot3d.rendering.view that return AxisLayout Modifier and Type Method Description AxisLayoutView. getAxisLayout() -
Uses of AxisLayout in org.jzy3d.plot3d.text.drawable
Fields in org.jzy3d.plot3d.text.drawable declared as AxisLayout Modifier and Type Field Description protected AxisLayoutDrawableTextWrapper. axisLayoutMethods in org.jzy3d.plot3d.text.drawable that return AxisLayout Modifier and Type Method Description AxisLayoutDrawableTextWrapper. getAxisLayout()Methods in org.jzy3d.plot3d.text.drawable with parameters of type AxisLayout Modifier and Type Method Description voidDrawableTextWrapper. setAxisLayout(AxisLayout 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.
-