Uses of Class
org.meteoinfo.layout.MapLayout
-
Packages that use MapLayout Package Description org.meteoinfo.gui org.meteoinfo.layout org.meteoinfo.legend org.meteoinfo.plot org.meteoinfo.script -
-
Uses of MapLayout in org.meteoinfo.gui
Constructors in org.meteoinfo.gui with parameters of type MapLayout Constructor Description MainToolBar(MapView mapView, MapLayout mapLayout, javax.swing.JLabel jLabel_Status)Constructor -
Uses of MapLayout in org.meteoinfo.layout
Methods in org.meteoinfo.layout with parameters of type MapLayout Modifier and Type Method Description voidFrmPageSet. setMapLayout(MapLayout ml)Set map layoutConstructors in org.meteoinfo.layout with parameters of type MapLayout Constructor Description AddElementEdit(MapLayout mapLayout, LayoutElement element)LayoutGraphic(Graphic aGraphic, MapLayout aMapLayout)ConstructorLayoutGraphic(Graphic aGraphic, MapLayout aMapLayout, LayoutMap aLayoutMap)ConstructorLayoutLegend(MapLayout mapLayout, LayoutMap layoutMap)ConstructorRemoveElementEdit(MapLayout mapLayout, LayoutElement element)RemoveElementsEdit(MapLayout mapLayout, java.util.List<LayoutElement> elements) -
Uses of MapLayout in org.meteoinfo.legend
Methods in org.meteoinfo.legend that return MapLayout Modifier and Type Method Description MapLayoutLayersLegend. getMapLayout()Get map layoutMethods in org.meteoinfo.legend with parameters of type MapLayout Modifier and Type Method Description voidLayersLegend. setMapLayout(MapLayout ml)Set map layout -
Uses of MapLayout in org.meteoinfo.plot
Methods in org.meteoinfo.plot that return MapLayout Modifier and Type Method Description MapLayoutMapLayoutPlot. getMapLayout()Get map layout -
Uses of MapLayout in org.meteoinfo.script
Methods in org.meteoinfo.script that return MapLayout Modifier and Type Method Description MapLayoutMapForm. getMapLayout()Get map layoutConstructors in org.meteoinfo.script with parameters of type MapLayout Constructor Description MapForm(MapLayout mapLayout)Creates new form PlotForm
-