Uses of Class
org.jzy3d.plot3d.primitives.axis.layout.AxisLayout
Packages that use AxisLayout
Package
Description
-
Uses of AxisLayout in org.jzy3d.chart
Methods in org.jzy3d.chart that return AxisLayoutMethods in org.jzy3d.chart with parameters of type AxisLayout -
Uses of AxisLayout in org.jzy3d.chart2d
Constructors in org.jzy3d.chart2d with parameters of type AxisLayout -
Uses of AxisLayout in org.jzy3d.plot3d.primitives.axis
Fields in org.jzy3d.plot3d.primitives.axis declared as AxisLayoutModifier and TypeFieldDescriptionprotected AxisLayoutAxisBase.layoutprotected AxisLayoutAxisBox.layoutprotected AxisLayoutAxisLabelProcessor.layoutprotected AxisLayoutAxisTickProcessor.layoutMethods in org.jzy3d.plot3d.primitives.axis that return AxisLayoutConstructors in org.jzy3d.plot3d.primitives.axis with parameters of type AxisLayoutModifierConstructorDescriptionAxisBase(BoundingBox3d box, AxisLayout layout) 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
Methods in org.jzy3d.plot3d.primitives.axis.layout that return AxisLayoutModifier and TypeMethodDescriptionAxisLayout.clone()protected AxisLayoutAxisLayout.copy(AxisLayout from, AxisLayout to) Methods in org.jzy3d.plot3d.primitives.axis.layout with parameters of type AxisLayoutModifier and TypeMethodDescriptionvoidAxisLayout.applySettings(AxisLayout from) protected AxisLayoutAxisLayout.copy(AxisLayout from, AxisLayout to) -
Uses of AxisLayout in org.jzy3d.plot3d.primitives.axis.layout.fonts
Methods in org.jzy3d.plot3d.primitives.axis.layout.fonts with parameters of type AxisLayoutModifier and TypeMethodDescriptionHiDPIProportionalFontSizePolicy.apply(AxisLayout layout) Modifies thefont according to the pixel scale returned by theinvalid @link
IAxisLayoutViewand the font that was returned byat the first call to this method.invalid @link
IAxisLayoutHiDPITwoFontSizesPolicy.apply(AxisLayout layout) IFontSizePolicy.apply(AxisLayout layout) StaticFontSizePolicy.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 AxisLayoutModifierConstructorDescriptionAWTColorbarLegend(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 -
Uses of AxisLayout in org.jzy3d.plot3d.text.drawable
Fields in org.jzy3d.plot3d.text.drawable declared as AxisLayoutMethods in org.jzy3d.plot3d.text.drawable that return AxisLayoutMethods in org.jzy3d.plot3d.text.drawable with parameters of type AxisLayoutModifier and TypeMethodDescriptionvoidDrawableTextWrapper.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.