Uses of Class
org.meteoinfo.legend.ItemNode
-
Packages that use ItemNode Package Description org.meteoinfo.legend -
-
Uses of ItemNode in org.meteoinfo.legend
Subclasses of ItemNode in org.meteoinfo.legend Modifier and Type Class Description classGroupNodeclassLayerNodeclassLegendNodeclassMapFrameMethods in org.meteoinfo.legend that return ItemNode Modifier and Type Method Description ItemNodeLayersLegend. getSelectedNode()Get selected nodeMethods in org.meteoinfo.legend that return types with arguments of type ItemNode Modifier and Type Method Description java.util.List<ItemNode>MapFrame. getNodes()Get nodesMethods in org.meteoinfo.legend with parameters of type ItemNode Modifier and Type Method Description voidMapFrame. addNode(int idx, ItemNode aNode)Insert a nodevoidMapFrame. addNode(ItemNode aNode)Add a nodevoidMapFrame. removeNode(ItemNode aNode)Remove a nodevoidLayersLegend. selectNode(ItemNode aNode)Select item nodevoidLayersLegend. setSelectedNode(ItemNode aNode)Set selected nodeMethod parameters in org.meteoinfo.legend with type arguments of type ItemNode Modifier and Type Method Description voidMapFrame. setNodes(java.util.List<ItemNode> nodes)Set nodes
-