Uses of Class
org.jzy3d.maths.Area
Packages that use Area
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Area in org.jzy3d.maths
Constructors in org.jzy3d.maths with parameters of type Area -
Uses of Area in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as AreaModifier and TypeFieldDescriptionprotected Area
View2DProcessing.marginArea
protected Area
View2DProcessing.screenArea
protected Area
View2DProcessing.spaceArea
Methods in org.jzy3d.plot3d.rendering.view that return AreaModifier and TypeMethodDescriptionView2DProcessing.getArea()
Return the overall margin that was processed at the latest call toinvalid @link
#apply()
Methods in org.jzy3d.plot3d.rendering.view with parameters of type AreaModifier and TypeMethodDescriptionView2DProcessing.getModelToScreenRatio
(Area space, Area canvas, Area margins) A helper for processing 2D margins.