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()
          Gets the value of the labelStyle property.
 

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)
          Sets the value of the labelStyle property.