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 FontAxisLayout. getFont(IAxisLayout.FontType type, HiDPI hidpi)Get registered font according to conditionsFontIAxisLayout. getFont(IAxisLayout.FontType type, HiDPI hidpi)voidAxisLayout. setFont(Font font, IAxisLayout.FontType type, HiDPI hidpi)Get font according to a given contextvoidIAxisLayout. setFont(Font font, IAxisLayout.FontType type, HiDPI hidpi) -
Uses of HiDPI in org.jzy3d.plot3d.rendering.canvas
Methods in org.jzy3d.plot3d.rendering.canvas that return HiDPI Modifier and Type Method Description HiDPIQuality. getHiDPI()Methods in org.jzy3d.plot3d.rendering.canvas with parameters of type HiDPI Modifier and Type Method Description QualityQuality. 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 HiDPIView. hidpiMethods in org.jzy3d.plot3d.rendering.view that return HiDPI Modifier and Type Method Description static HiDPIHiDPI. from(boolean hidpi)HiDPIView. getHiDPI()Return HiDPI status as ACTUALLY possible by the ICanvas on the current screen and computer, regardless of the {@link Quality#setHiDPIEnabled(true)}.static HiDPIHiDPI. 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.
-