Uses of Class
org.jzy3d.plot3d.primitives.axis.layout.AxisLayout
Package
Description
-
Uses of AxisLayout in org.jzy3d.chart
-
Uses of AxisLayout in org.jzy3d.chart2d
-
Uses of AxisLayout in org.jzy3d.plot3d.primitives.axis
Modifier and TypeFieldDescriptionprotected AxisLayout
AxisBase.layout
protected AxisLayout
AxisBox.layout
protected AxisLayout
AxisLabelProcessor.layout
protected AxisLayout
AxisTickProcessor.layout
ModifierConstructorDescriptionAxisBase
(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
Modifier and TypeMethodDescriptionAxisLayout.clone()
protected AxisLayout
AxisLayout.copy
(AxisLayout from, AxisLayout to) Modifier 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
Modifier 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
ModifierConstructorDescriptionAWTColorbarLegend
(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
-
Uses of AxisLayout in org.jzy3d.plot3d.text.drawable
Modifier 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.