/[drupal]/contributions/modules/hypergraph/graphs/hg.prop
ViewVC logotype

Contents of /contributions/modules/hypergraph/graphs/hg.prop

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Oct 26 19:04:09 2007 UTC (2 years, 1 month ago) by tjfulopp
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-5--1-4, DRUPAL-5--1-3, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +4 -2 lines
*** empty log message ***
1 ; /* $Id: hg.prop,v 1.1 2007/09/19 21:00:26 tjfulopp Exp $ */
2 ; hypergraph.hyperbolic.text.fontName : This property allows to set the font that is used in the applet. It can be any font that is available in Java, classical font names like Arial can be used. Be careful to take common fonts so that you can be sure they are known to any browser / java installation.
3 ; hypergraph.hyperbolic.text.sizex and hypergraph.hyperbolic.text.scalex : These properties are used to adjust the text size. There are 4 different sizes, the first (x=1) being the biggest, the last (x=4) the smallest size. Depending on the position of the text, a scale of the text is computed; this scale is 1 in the center and reduces to 0 at the border. If the scale is greater than the property hypergraph.hyperbolic.text.scale1, the text has a font size of hypergraph.hyperbolic.text.size1. If the scale is between scale1 and scale2, size2 is used etc.
4 ; hypergraph.hyperbolic.text.color, hypergraph.hyperbolic.line.color and hypergraph.hyperbolic.background.color : Set the default text, line and background color. Valid values are color names or hexadecimal triples like #ff0000 (rgb color model). The first two digits represent red, digits 3 and 4 green and the last two blue, so #ff0000 is red, #ffffff white etc. The valid color names are listed here not found.. The text and line colors can be overwritten by the attributes in an GraphXML file.
5 ; layout settings
6 hypergraph.visualnet.layout.class=hypergraph.visualnet.TreeLayout
7 hypergraph.visualnet.layout.expandingEnabled=false
8 hypergraph.visualnet.layout.initiallyExpanded=3
9 hypergraph.visualnet.TreeLayout.maxangle=180
10 hypergraph.visualnet.TreeLayout.mindistance=1
11 hypergraph.visualnet.TreeLayout.defaultSize=0.3
12 ; settings for the text.
13 ;hypergraph.hyperbolic.text.fontName=Arial bold
14 hypergraph.hyperbolic.text.fontName=Verdana
15 hypergraph.hyperbolic.text.size1=14
16 hypergraph.hyperbolic.text.scale1=0.7
17 hypergraph.hyperbolic.text.size2=10
18 hypergraph.hyperbolic.text.scale2=0.3
19 hypergraph.hyperbolic.text.size3=8
20 hypergraph.hyperbolic.text.scale3=0.1
21 hypergraph.hyperbolic.text.size4=0
22 hypergraph.hyperbolic.line.color=#dddddd
23 hypergraph.hyperbolic.text.color=#004488
24 hypergraph.hyperbolic.text.background=#ffffff
25 ;hypergraph.hyperbolic.background.color=#ffffff
26 ; settings for HExplorerApplet
27 hypergraph.examples.hexplorer.GraphPanel.target=_self

  ViewVC Help
Powered by ViewVC 1.1.2