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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return WrapModeType
 WrapModeType Appearance040Marshaller.marshalWrapMode(WrapMode src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type WrapModeType
 WrapMode Appearance040Unmarshaller.unmarshalWrapMode(WrapModeType src)
           
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 that return WrapModeType
static WrapModeType WrapModeType.fromValue(java.lang.String v)
           
 WrapModeType AbstractTextureType.getWrapMode()
          Gets the value of the wrapMode property.
static WrapModeType WrapModeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WrapModeType[] WrapModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type WrapModeType
 void AbstractTextureType.setWrapMode(WrapModeType value)
          Sets the value of the wrapMode property.