Revision 11170 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/PlacementProperties.java

View differences:

PlacementProperties.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.3  2007-03-28 15:38:56  jaume
46
* Revision 1.4  2007-04-12 16:01:32  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.3  2007/03/28 15:38:56  jaume
47 50
* GUI for lines, points and polygons
48 51
*
49 52
* Revision 1.2  2007/03/09 11:25:00  jaume
......
388 391
				PluginServices.getText(this, "line"),
389 392
				PluginServices.getText(this, "page")
390 393
			});
391

  
394
			cmbOrientationSystem.setSelectedIndex(0);
392 395
		}
393 396

  
394 397
		return cmbOrientationSystem;
......
541 544
			}
542 545

  
543 546
			constraints.setPlacementMode(mode);
547
			constraints.setAboveTheLine(getChkAbove().isSelected());
548
			constraints.setBellowTheLine(getChkBelow().isSelected());
549
			// ON THE LINE??
550

  
551
			constraints.setPageOriented(getCmbOrientationSystem().getSelectedIndex() ==1);
552
			constraints.setLocationAlongTheLine()
544 553
			break;
545 554
		case FShape.POLYGON:
546 555
			break;

Also available in: Unified diff