Uses of Class
org.meteoinfo.legend.MapFrame
-
Packages that use MapFrame Package Description org.meteoinfo.chart.plot org.meteoinfo.layer org.meteoinfo.layout org.meteoinfo.legend -
-
Uses of MapFrame in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return MapFrame Modifier and Type Method Description MapFrameMapPlot. getMapFrame()Get map frameMethods in org.meteoinfo.chart.plot with parameters of type MapFrame Modifier and Type Method Description voidMapPlot. setMapFrame(MapFrame value)Set map frameConstructors in org.meteoinfo.chart.plot with parameters of type MapFrame Constructor Description MapPlot(MapFrame mapFrame)Constructor -
Uses of MapFrame in org.meteoinfo.layer
Methods in org.meteoinfo.layer with parameters of type MapFrame Modifier and Type Method Description voidFrmLayerProperty. setMapFrame(MapFrame mf) -
Uses of MapFrame in org.meteoinfo.layout
Methods in org.meteoinfo.layout that return MapFrame Modifier and Type Method Description MapFrameMapLayout. getActiveMapFrame()Get active map frameMapFrameLayoutMap. getMapFrame()Methods in org.meteoinfo.layout that return types with arguments of type MapFrame Modifier and Type Method Description java.util.List<MapFrame>MapLayout. getMapFrames()Get map framesMethods in org.meteoinfo.layout with parameters of type MapFrame Modifier and Type Method Description voidMapLayout. setActiveMapFrame(MapFrame mapFrame)Set a map frame as activevoidLayoutMap. setMapFrame(MapFrame mf)Method parameters in org.meteoinfo.layout with type arguments of type MapFrame Modifier and Type Method Description voidMapLayout. setMapFrames(java.util.List<MapFrame> mfs)Set map framesvoidMapLayout. updateMapFrames(java.util.List<MapFrame> mapFrames)Update map framesConstructors in org.meteoinfo.layout with parameters of type MapFrame Constructor Description LayoutMap(MapFrame mapFrame, TileLoadListener tll)Constructor -
Uses of MapFrame in org.meteoinfo.legend
Methods in org.meteoinfo.legend that return MapFrame Modifier and Type Method Description MapFrameLayersLegend. getActiveMapFrame()Get active map frameMapFrameLayersLegend. getCurrentMapFrame()Get current map frameMapFrameGroupNode. getMapFrame()Get map frameMapFrameLayerNode. getMapFrame()Get map frameMapFrameLayersLegend. getMapFrame(java.lang.String text)Get MapFrame by textMethods in org.meteoinfo.legend that return types with arguments of type MapFrame Modifier and Type Method Description java.util.List<MapFrame>LayersLegend. getMapFrames()Get map frame listMethods in org.meteoinfo.legend with parameters of type MapFrame Modifier and Type Method Description voidLayersLegend. addMapFrame(MapFrame mf)Add a map framevoidLayersLegend. removeMapFrame(MapFrame mapFrame)Remove a map framevoidLayersLegend. setActiveMapFrame(MapFrame mapFrame)Set a map frame as active map framevoidGroupNode. setMapFrame(MapFrame mf)Set map framevoidLayerNode. setMapFrame(MapFrame mf)Set map frameMethod parameters in org.meteoinfo.legend with type arguments of type MapFrame Modifier and Type Method Description voidLayersLegend. setMapFrames(java.util.List<MapFrame> mfs)Set map frame list
-