Uses of Class
org.citygml4j.jaxb.citygml._0_4.AppearanceType

Packages that use AppearanceType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of AppearanceType in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return AppearanceType
 AppearanceType Appearance040Marshaller.marshalAppearance(Appearance src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type AppearanceType
 void Appearance040Marshaller.marshalAppearance(Appearance src, AppearanceType dest)
           
 

Uses of AppearanceType in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type AppearanceType
 Appearance Appearance040Unmarshaller.unmarshalAppearance(AppearanceType src)
           
 void Appearance040Unmarshaller.unmarshalAppearance(AppearanceType src, Appearance dest)
           
 

Uses of AppearanceType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return AppearanceType
 AppearanceType ObjectFactory.createAppearanceType()
          Create an instance of AppearanceType
 AppearanceType AppearancePropertyType.getAppearance()
          Gets the value of the appearance property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type AppearanceType
 void AppearancePropertyType.setAppearance(AppearanceType value)
          Sets the value of the appearance property.