Uses of Class
org.citygml4j.model.citygml.appearance.WrapMode

Packages that use WrapMode
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.factory   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.model.citygml.appearance   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type WrapMode
 WrapModeType Appearance100Marshaller.marshalWrapMode(WrapMode src)
           
 WrapModeType Appearance040Marshaller.marshalWrapMode(WrapMode src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return WrapMode
 WrapMode Appearance100Unmarshaller.unmarshalWrapMode(WrapModeType src)
           
 WrapMode Appearance040Unmarshaller.unmarshalWrapMode(WrapModeType src)
           
 

Uses of WrapMode in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return WrapMode
 WrapMode CityGMLFactory.createWrapMode(java.lang.String wrapMode)
           
 

Uses of WrapMode in org.citygml4j.impl.citygml.appearance
 

Methods in org.citygml4j.impl.citygml.appearance that return WrapMode
 WrapMode AbstractTextureImpl.getWrapMode()
           
 

Methods in org.citygml4j.impl.citygml.appearance with parameters of type WrapMode
 void AbstractTextureImpl.setWrapMode(WrapMode wrapMode)
           
 

Uses of WrapMode in org.citygml4j.model.citygml.appearance
 

Methods in org.citygml4j.model.citygml.appearance that return WrapMode
static WrapMode WrapMode.fromValue(java.lang.String v)
           
 WrapMode AbstractTexture.getWrapMode()
           
static WrapMode WrapMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WrapMode[] WrapMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type WrapMode
 void AbstractTexture.setWrapMode(WrapMode wrapMode)