Uses of Class
org.citygml4j.jaxb.gml._3_1_1.GraphStyleType

Packages that use GraphStyleType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of GraphStyleType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GraphStyleType
 GraphStyleType ObjectFactory.createGraphStyleType()
          Create an instance of GraphStyleType
 GraphStyleType GraphStylePropertyType.getGraphStyle()
          Ruft den Wert der graphStyle-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type GraphStyleType
 javax.xml.bind.JAXBElement<GraphStyleType> ObjectFactory.createGraphStyle(GraphStyleType value)
          Create an instance of JAXBElement<GraphStyleType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GraphStyleType
 javax.xml.bind.JAXBElement<GraphStyleType> ObjectFactory.createGraphStyle(GraphStyleType value)
          Create an instance of JAXBElement<GraphStyleType>}
 void GraphStylePropertyType.setGraphStyle(GraphStyleType value)
          Legt den Wert der graphStyle-Eigenschaft fest.