Uses of Class
org.jzy3d.plot3d.rendering.view.HiDPI
-
Packages that use HiDPI Package Description org.jzy3d.plot3d.primitives.axis.layout org.jzy3d.plot3d.rendering.canvas org.jzy3d.plot3d.rendering.view -
-
Uses of HiDPI in org.jzy3d.plot3d.primitives.axis.layout
Methods in org.jzy3d.plot3d.primitives.axis.layout with parameters of type HiDPI Modifier and Type Method Description Font
AxisLayout. getFont(AxisLayout.FontType type, HiDPI hidpi)
Get registered font according to conditionsvoid
AxisLayout. setFont(Font font, AxisLayout.FontType type, HiDPI hidpi)
Get font according to a given context -
Uses of HiDPI in org.jzy3d.plot3d.rendering.canvas
Methods in org.jzy3d.plot3d.rendering.canvas that return HiDPI Modifier and Type Method Description HiDPI
Quality. getHiDPI()
Methods in org.jzy3d.plot3d.rendering.canvas with parameters of type HiDPI Modifier and Type Method Description Quality
Quality. setHiDPI(HiDPI hidpi)
-
Uses of HiDPI in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as HiDPI Modifier and Type Field Description protected HiDPI
View. hidpi
Methods in org.jzy3d.plot3d.rendering.view that return HiDPI Modifier and Type Method Description static HiDPI
HiDPI. from(boolean hidpi)
HiDPI
View. getHiDPI()
Return HiDPI status as ACTUALLY possible by the ICanvas on the current screen and computer, regardless of the {@link Quality#setHiDPIEnabled(true)}.static HiDPI
HiDPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static HiDPI[]
HiDPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-