Uses of Class
org.jzy3d.maths.Area
-
Packages that use Area Package Description org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.org.jzy3d.plot3d.rendering.view -
-
Uses of Area in org.jzy3d.maths
Constructors in org.jzy3d.maths with parameters of type Area Constructor Description Area(Area area)
-
Uses of Area in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as Area Modifier and Type Field Description protected Area
View2DProcessing. margin
Methods in org.jzy3d.plot3d.rendering.view that return Area Modifier and Type Method Description Area
View2DProcessing. getMargin()
Return the overall margin that was processed at the latest call to#apply()
according to the axis and view layout settingsMethods in org.jzy3d.plot3d.rendering.view with parameters of type Area Modifier and Type Method Description Coord2d
View2DProcessing. getModelToScreenRatio(Area space, Area canvas, Area margins)
A helper for processing 2D margins.Coord2d
View2DProcessing. getModelToScreenRatio(BoundingBox3d bounds, ViewportConfiguration viewport, Area margin)
-