Uses of Class
treebolic.provider.xml.graph.gxml.GxmlParser.Style

Packages that use GxmlParser.Style
treebolic.provider.xml.graph.gxml   
 

Uses of GxmlParser.Style in treebolic.provider.xml.graph.gxml
 

Methods in treebolic.provider.xml.graph.gxml that return GxmlParser.Style
private static GxmlParser.Style GxmlParser.getStyle(java.util.Map<java.lang.String,GxmlParser.Style> thisStyleMap, java.lang.String thisClass)
          Get style from map, allocate key and null value in map if needed
 

Methods in treebolic.provider.xml.graph.gxml that return types with arguments of type GxmlParser.Style
private static java.util.Map<java.lang.String,GxmlParser.Style> GxmlParser.parseClasses(org.w3c.dom.Element thisElement)
          Parse class styles
 

Methods in treebolic.provider.xml.graph.gxml with parameters of type GxmlParser.Style
private static void GxmlParser.transferStyle(MutableEdge thisEdge, GxmlParser.Style thisStyle)
          Transfer class style to edge
private static void GxmlParser.transferStyle(MutableGraphNode thisNode, GxmlParser.Style thisStyle)
          Transfer class style to node
 

Method parameters in treebolic.provider.xml.graph.gxml with type arguments of type GxmlParser.Style
private static GxmlParser.Style GxmlParser.getStyle(java.util.Map<java.lang.String,GxmlParser.Style> thisStyleMap, java.lang.String thisClass)
          Get style from map, allocate key and null value in map if needed