~ubuntu-branches/ubuntu/wily/weka/wily

« back to all changes in this revision

Viewing changes to src/main/java/weka/gui/treevisualizer/TreeVisualizer.props

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2011-08-05 22:40:50 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110805224050-a01vkwst9epdi4sw
Tags: 3.6.5-1
* Team upload.
* New upstream version (Closes: #632082, #598400)
* Bump Standards-Version to 3.9.2 (no changes required).
* Freshen jar.patch; remove java_cup.patch (incorporated upstream)
* Add README.source to document process of obtaining .png resources.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# A properties file for customizing the Weka's TreeVisualizer.
 
2
#
 
3
# Author: FracPete (fracpete at waikato dot ac dot nz)
 
4
# Version: $Revision: 4961 $
 
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