-
ClassDescriptionFor 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).
-
MethodDescriptionThe file should not get accessed casting it on a File object. GroIMP can load FileSource from virtual file, thus not compatible. Usually the getInputFile is used to create a FileReader wich make even less sense as is it more efficient to use getReader() which return the most optimized reader for reading this file in groimp.replaced by
Library.derive()
replaced byLibrary.derive()
use pair.first to avoid boxing!use pair.first to avoid boxing!use pair.first to avoid boxing!use pair.first to avoid boxing!use pair.first to avoid boxing!use pair.first to avoid boxing!The double version of this method should be used.the double version of this method should be used.the double version of this method should be used.As of Java3D API1.1 Beta02As of Java3D API 1.1 Beta02As of Java3D API 1.1 Beta02As of Java3D API 1.1 Beta02As of Java3D API 1.1 Beta02As of Java3D API 1.1 Beta02As of Java3D API 1.1 Beta02As of Java3D API 1.1 Beta02As of Java3D API 1.1 Beta02See #setTypedVariable( String, Class, Object, Modifiers )Do not call this method, useBuffer.getPath()
instead.Using that method, when you run a task in AWT Thread, it will wait for all background task causing some unwanted delays. If you need calling a task after a background work, please add your runnable to the EDT thread yourself at the end of the background taskYou should not use this method, this threadpool links the AWT Threads and Work threads.use getBaseName() instead.useMode.acceptFile(String, String)
instead- there is no point in checking for this since we require Java 11. Returns if Java 2 version 1.7 is in use.useRegisters.Register.setTransferable(java.awt.datatransfer.Transferable)
instead, for examplesetTransferable(new StringSelection(""))
Do not use.useString.join(CharSequence, CharSequence...)
orString.join(CharSequence, Iterable)
, thos methods are available since Java 8 and are faster in all situationsuse {java.util.Objects#equals(Object, Object}useString.join(CharSequence, CharSequence...)
orString.join(CharSequence, Iterable)
, thos methods are available since Java 8 and are faster in all situationsFor 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).Use Objects.equals() from the JDK.