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 AxisLayout
Chart. getAxisLayout()
Methods in org.jzy3d.chart with parameters of type AxisLayout Modifier and Type Method Description AWTColorbarLegend
AWTChart. colorbar(Drawable drawable, Dimension minDimension, AxisLayout layout)
AWTColorbarLegend
AWTChart. 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 AxisLayout
AxisBase. layout
protected AxisLayout
AxisBox. layout
protected AxisLayout
AxisLabelProcessor. layout
protected AxisLayout
AxisTickProcessor. layout
Methods in org.jzy3d.plot3d.primitives.axis that return AxisLayout Modifier and Type Method Description AxisLayout
AxisBase. getLayout()
AxisLayout
AxisBox. getLayout()
AxisLayout
IAxis. 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 Font
HiDPIProportionalFontSizePolicy. apply(AxisLayout layout)
Modifies theIAxisLayout
font according to the pixel scale returned by theView
and the font that was returned byIAxisLayout
at the first call to this method.Font
HiDPITwoFontSizesPolicy. apply(AxisLayout layout)
Font
IFontSizePolicy. apply(AxisLayout layout)
Font
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 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 AxisLayout
View. 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 AxisLayout
DrawableTextWrapper. axisLayout
Methods in org.jzy3d.plot3d.text.drawable that return AxisLayout Modifier and Type Method Description AxisLayout
DrawableTextWrapper. getAxisLayout()
Methods in org.jzy3d.plot3d.text.drawable with parameters of type AxisLayout Modifier and Type Method Description void
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.
-