Revision 760 2.1/trunk/org.gvsig.view3d/org.gvsig.view3d.vector/org.gvsig.view3d.vector.lib/org.gvsig.view3d.vector.lib.api/src/main/java/org/gvsig/view3d/vector/lib/api/VectorExtrusionLoaderParameters.java

View differences:

VectorExtrusionLoaderParameters.java
20 20
     * 
21 21
     * @return
22 22
     */
23
    public VectorElevationMode getVectorElevationModel();
23
    public VectorElevationMode getVectorElevationMode();
24 24

  
25 25
    /**
26 26
     * Sets the specific {@link VectorElevationMode} to this vector layer
......
29 29
     * @param vectorElevationMode
30 30
     *            the specific {@link VectorElevationMode}
31 31
     */
32
    public void setVectorElevationModel(VectorElevationMode vectorElevationMode);
32
    public void setVectorElevationMode(VectorElevationMode vectorElevationMode);
33 33

  
34 34
    /**
35 35
     * Gets default {@link Color} of vector layer properties. Default color is
......
79 79
    public void setConstantHeight(double height);
80 80

  
81 81
    /**
82
     * Gets vertical exageration
82
     * Gets vertical exaggeration
83 83
     * 
84 84
     * @return
85 85
     */
86
    public double getVerticalExageration();
86
    public double getVerticalExaggeration();
87 87

  
88 88
    /**
89
     * Sets the specific vertical exageration to this properties
89
     * Sets the specific vertical exaggeration to this properties
90 90
     * 
91
     * @param verticalExageration
91
     * @param verticalExaggeration
92 92
     */
93
    public void setVerticalExageration(double verticalExageration);
93
    public void setVerticalExaggeration(double verticalExaggeration);
94 94
}

Also available in: Unified diff