Revision 29018 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/impl/EllipticArc2D.java

View differences:

EllipticArc2D.java
583 583
		throw new UnsupportedOperationException("Use setPoints(Point center, Point radious)");
584 584
	}
585 585

  
586
	public void addColor(Point p) {
587
		throw new UnsupportedOperationException("Method not implemented");
588
		
589
	}
590

  
591
	public void addNormal(Point p) {
592
		throw new UnsupportedOperationException("Method not implemented");
593
		
594
	}
595

  
596
	public void addTextureCoord(int index, Point p) {
597
		throw new UnsupportedOperationException("Method not implemented");
598
		
599
	}
600

  
601
	public Point getColorAt(int index) {
602
		throw new UnsupportedOperationException("Method not implemented");
603
	}
604

  
605
	public AttributeBinding getColorBinding() {
606
		throw new UnsupportedOperationException("Method not implemented");
607
	}
608

  
609
	public Point getNormalAt(int index) {
610
		throw new UnsupportedOperationException("Method not implemented");
611
	}
612

  
613
	public AttributeBinding getNormalBinding() {
614
		throw new UnsupportedOperationException("Method not implemented");
615
	}
616

  
617
	public int getNumColors() {
618
		throw new UnsupportedOperationException("Method not implemented");
619
	}
620

  
621
	public int getNumNormals() {
622
		throw new UnsupportedOperationException("Method not implemented");
623
	}
624

  
625
	public int getNumTextureCoords() {
626
		throw new UnsupportedOperationException("Method not implemented");
627
	}
628

  
629
	public Point getTextureCoordAt(int index) {
630
		throw new UnsupportedOperationException("Method not implemented");
631
	}
632

  
633
	public void setColorAt(int index, Point p) {
634
		throw new UnsupportedOperationException("Method not implemented");
635
		
636
	}
637

  
638
	public void setColorBinding(AttributeBinding binding) {
639
		throw new UnsupportedOperationException("Method not implemented");
640
		
641
	}
642

  
643
	public void setNormalAt(int index, Point p) {
644
		throw new UnsupportedOperationException("Method not implemented");
645
		
646
	}
647

  
648
	public void setNormalBinding(AttributeBinding binding) {
649
		throw new UnsupportedOperationException("Method not implemented");
650
		
651
	}
652

  
653
	public void setTextureCoordAt(int index, Point p) {
654
		throw new UnsupportedOperationException("Method not implemented");
655
		
656
	}
657

  
586 658
}

Also available in: Unified diff