source: branches/MetisMQI/src/main/java/weka/gui/treevisualizer/TreeVisualizer.props

Last change on this file was 29, checked in by gnappo, 14 years ago

Taggata versione per la demo e aggiunto branch.

File size: 908 bytes
Line 
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)
7FontColor=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
14BackgroundColor=
15
16# the node color (can use R,G,B format)
17NodeColor=gray
18
19# the line color (can use R,G,B format)
20LineColor=black
21
22# the color of the zoombox (can use R,G,B format)
23ZoomBoxColor=black
24
25# the XOR mode color for the zoombox (can use R,G,B format)
26ZoomBoxXORColor=white
27
28# whether to show the border or not
29ShowBorder=true
Note: See TracBrowser for help on using the repository browser.