This class provides static helpers used to manipulate a Decision Tree Swing User Interface.
Currently only provides the necessary API to generate an image of a decision tree.
computeImageBytes(IlrDTController controller)
This method returns a PNG image of the Decision Tree represented by the given DT controller.
static byte[]
computeImageBytes(IlrDTController controller,
String imageFormat)
This method returns a image of the Decision Tree represented by the given DT controller.