Revision 693 2.1/trunk/org.gvsig.view3d/org.gvsig.view3d.swing/org.gvsig.view3d.swing.api/src/main/java/org/gvsig/view3d/swing/api/properties/ViewProperties3DPanel.java

View differences:

ViewProperties3DPanel.java
11 11
public interface ViewProperties3DPanel extends Component {
12 12

  
13 13
    /**
14
     * Gets auto layer synchronize.
15
     * 
16
     * @return
14
     * @return Gets auto layer synchronize.
17 15
     */
18 16
    public boolean getAutoLayerSynchronize();
19 17

  
20 18
    /**
21
     * Gets auto view port synchronize.
22
     * 
23
     * @return
19
     * @return Gets auto view port synchronize.
24 20
     */
25 21
    public boolean getAutoViewPortSynchronize();
26 22

  
27 23
    /**
28
     * Gets if Blue Marble is showing.
29
     * 
30
     * @return
24
     * @return  Gets if Blue Marble is showing.
31 25
     */
32 26
    public boolean getShowBlueMarble();
33 27

  
34 28
    /**
35
     * Gets if default elevation is showing.
36
     * 
37
     * @return
29
     * @return  Gets if default elevation is showing.
38 30
     */
39 31
    public boolean getShowDefaultElevation();
40 32

  
41 33
    /**
42
     * Gets if Nasa Landsat is showing.
43
     * 
44
     * @return
34
     * @return Gets if Nasa Landsat is showing.
45 35
     */
46 36
    public boolean getShowNasaLandsat();
47 37

  
48 38
    /**
49
     * Gets vertical exaggertion of flat 3D view.
50
     * 
51
     * @return
39
     * @return Gets vertical exaggeration of flat 3D view.
52 40
     */
53 41
    public double getFlatVerticalExaggeration();
54 42

  
55 43
    /**
56
     * Gets vertical exaggeration of sphere 3D view.
57
     * 
58
     * @return
59
     */
44
     * @return Gets vertical exaggeration of sphere 3D view.
45
     */ 
60 46
    public double getSphereVerticalExaggeration();
47
    
48
    /**
49
     * @return Returns if anaglyph mode is selected or not.
50
     */
51
    public boolean getAnaglyphMode();
61 52
}

Also available in: Unified diff