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