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 AxisLayout
AxisBase.layout
protected AxisLayout
AxisBox.layout
protected AxisLayout
AxisLabelProcessor.layout
protected AxisLayout
AxisTickProcessor.layout
Methods 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 AxisLayout
AxisLayout.copy
(AxisLayout from, AxisLayout to) Methods in org.jzy3d.plot3d.primitives.axis.layout with parameters of type AxisLayoutModifier and TypeMethodDescriptionvoid
AxisLayout.applySettings
(AxisLayout from) protected AxisLayout
AxisLayout.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 theinvalid @link
IAxisLayout
View
and the font that was returned byinvalid @link
IAxisLayout
HiDPITwoFontSizesPolicy.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 TypeMethodDescriptionvoid
DrawableTextWrapper.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.