javafx - Where can I find Java prism render possible options and documentation? -
i had problem application canvas generation ( i'm using javafx ). setting option helped:
-dprism.order=j2d
the thing problem cann't find documentation prism ( dprism ). second problem set option via config file.
properties props = system.getproperties(); props.setproperty("com.sun.prism.order", "j2d");
code above dosen't work me.
these properties used javafx 20 months ago (from adamish blog):
com.sun.scenario.animation.adaptivepulse com.sun.scenario.animation.animationmbean.enabled com.sun.scenario.animation.nogaps decora.purgatory glass.platform javafx.animation.framerate javafx.animation.fullspeed javafx.animation.pulse javafx.debug javafx.embed.iseventthread javafx.sg.warn javafx.toolkit javafx.verbose javafx.version nativewindow.ws.name prism.debug prism.device prism.dirtyregioncount prism.disablebaddriverwarning prism.forcerepaint prism.multisample prism.nofallback prism.order prism.printallocs prism.reftype prism.showcull prism.showdirty prism.shutdownhook prism.tess prism.tessaa prism.trace prism.verbose quantum.debug quantum.pulsedebug quantum.verbose
i not know of above properties are, when set, values may have, how used or do.
the javafx project lead (richard bair), notes:
just word of caution, if haven't documented command line switches, they're fair game removal / modification in subsequent releases :-)
there issue tracker request of properties officially documented , supported:
the request scheduled implementation in java 9. access issue tracker requires login, can signup , comment on issue or vote it.
Comments
Post a Comment