Revision 496 2.1/trunk/org.gvsig.view3d/org.gvsig.view3d.swing/org.gvsig.view3d.swing.api/src/main/java/org/gvsig/view3d/swing/api/View3DSwingManager.java

View differences:

View3DSwingManager.java
29 29
import org.gvsig.fmap.mapcontext.MapContext;
30 30
import org.gvsig.fmap.mapcontext.layers.ExtendedPropertiesSupport;
31 31
import org.gvsig.fmap.mapcontext.layers.FLayer;
32
import org.gvsig.view3d.lib.api.properties.GeneralProperties3D;
32 33
import org.gvsig.view3d.lib.api.properties.MapControlProperties3D;
34
import org.gvsig.view3d.swing.api.properties.GeneralProperties3DPanel;
33 35
import org.gvsig.view3d.swing.api.properties.LayerProperties3DPanel;
34 36
import org.gvsig.view3d.swing.api.properties.ViewProperties3DPanel;
35 37

  
......
102 104
     * properties.
103 105
     * 
104 106
     * @param viewProperties
105
     * @param type Type of <code>MapControl3D</code>
106
     * @return 
107
     * @param type
108
     *            Type of <code>MapControl3D</code>
109
     * @return
107 110
     */
108 111
    public MapControl3D getMapControl3D(
109 112
        ExtendedPropertiesSupport viewProperties, TYPE type);
......
114 117
     * @return
115 118
     */
116 119
    public LayerProperties3DPanel createLayerProperties3DPanel(FLayer layer);
117
    
120

  
118 121
    /**
119 122
     * 
120 123
     * @return
......
122 125
    public ViewProperties3DPanel createViewProperties3DPanel(
123 126
        MapControlProperties3D properties);
124 127
    
125
    // TODO: Add methods to get properties panels.
128
    /**
129
     * 
130
     * @param properties
131
     * @return
132
     */
133
    public GeneralProperties3DPanel createGeneralProperties3DPanel(
134
        GeneralProperties3D properties);
126 135

  
127 136
}

Also available in: Unified diff