TreeVisualizer.props 914 B

1234567891011121314151617181920212223242526272829
  1. # A properties file for customizing the Weka's TreeVisualizer.
  2. #
  3. # Author: FracPete (fracpete at waikato dot ac dot nz)
  4. # Version: $Revision: 14490 $
  5. # the font color (can use R,G,B format)
  6. FontColor=black
  7. # the background color (can use R,G,B format)
  8. # leaving this empty uses the platform's default background
  9. # Note: on Mac OS X, using the default background results in a black background when
  10. # saving the tree to a file! See the following thread on the Weka mailing list:
  11. # https://list.scms.waikato.ac.nz/mailman/htdig/wekalist/2009-January/015661.html
  12. BackgroundColor=
  13. # the node color (can use R,G,B format)
  14. NodeColor=lightGray
  15. # the line color (can use R,G,B format)
  16. LineColor=black
  17. # the color of the zoombox (can use R,G,B format)
  18. ZoomBoxColor=black
  19. # the XOR mode color for the zoombox (can use R,G,B format)
  20. ZoomBoxXORColor=white
  21. # whether to show the border or not
  22. ShowBorder=true