Revision 41827

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.lib/org.gvsig.symbology.lib.impl/src/test/java/org/gvsig/symbology/fmap/mapcontext/rendering/legend/TestIClassifiedLegend.java
607 607

  
608 608
		public void export(DataServerExplorer explorer, String provider,
609 609
				NewFeatureStoreParameters params) throws DataException {
610
			
610

  
611 611
		}
612 612

  
613 613
		public String getProviderName() {
......
662 662
            // TODO Auto-generated method stub
663 663
            return null;
664 664
        }
665
        
665

  
666 666
        public Object clone() throws CloneNotSupportedException {
667 667
            // TODO Auto-generated method stub
668 668
            return super.clone();
......
673 673
         */
674 674
        public void commitChanges() throws DataException {
675 675
            // TODO Auto-generated method stub
676
            
676

  
677 677
        }
678 678

  
679 679
        /* (non-Javadoc)
......
684 684
            return false;
685 685
        }
686 686

  
687
        public Feature getFeature(DynObject dynobject) {
688
            // TODO Auto-generated method stub
689
            return null;
690
        }
691

  
687 692
	}
688 693

  
689 694
	//private static final FInterval interval0=new FInterval(0,2);
......
718 723
	// };
719 724

  
720 725
	protected void doSetUp() throws Exception {
721
		
726

  
722 727
		features = new Feature[4];
723 728

  
724 729
//		//Initializes the geometries library
......
827 832
	 * legend are accessible using its features.To do it, this test compares the
828 833
	 * symbol taken from the legend with the symbol taken from the hashTable
829 834
	 * (using the same feature).
830
	 * @throws Exception 
835
	 * @throws Exception
831 836
	 */
832 837
	public void testICLCheckValueSymbols() throws Exception {
833 838
		// fills the legends
trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.lib/org.gvsig.symbology.lib.impl/src/test/java/org/gvsig/symbology/fmap/mapcontext/rendering/legend/TestAbstractIntervalLegend.java
661 661
            // TODO Auto-generated method stub
662 662
            return null;
663 663
        }
664
        
664

  
665 665
        public Object clone() throws CloneNotSupportedException {
666 666
            // TODO Auto-generated method stub
667 667
            return super.clone();
......
672 672
         */
673 673
        public void commitChanges() throws DataException {
674 674
            // TODO Auto-generated method stub
675
            
675

  
676 676
        }
677 677

  
678 678
        /* (non-Javadoc)
......
682 682
            // TODO Auto-generated method stub
683 683
            return false;
684 684
        }
685

  
686
        public Feature getFeature(DynObject dynobject) {
687
            // TODO Auto-generated method stub
688
            return null;
689
        }
685 690
	}
686 691

  
687 692
	 private static final FInterval interval0=new FInterval(0,2);
......
816 821
	 * legend are accessible using its features.To do it, this test compares the
817 822
	 * symbol taken from the legend with the symbol taken from the hashTable
818 823
	 * (using the same feature).
819
	 * @throws Exception 
824
	 * @throws Exception
820 825
	 */
821 826
	public void testICLCheckValueSymbols() throws Exception {
822 827

  

Also available in: Unified diff