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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return LabelStyleType
 LabelStyleType ObjectFactory.createLabelStyleType()
          Create an instance of LabelStyleType
 LabelStyleType LabelStylePropertyType.getLabelStyle()
          Ruft den Wert der labelStyle-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type LabelStyleType
 javax.xml.bind.JAXBElement<LabelStyleType> ObjectFactory.createLabelStyle(LabelStyleType value)
          Create an instance of JAXBElement<LabelStyleType>}
 void LabelStylePropertyType.setLabelStyle(LabelStyleType value)
          Legt den Wert der labelStyle-Eigenschaft fest.