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.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 Appearance200Marshaller.marshalWrapMode(WrapMode src)
           
 WrapModeType Appearance100Marshaller.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 Appearance200Unmarshaller.unmarshalWrapMode(WrapModeType src)
           
 WrapMode Appearance100Unmarshaller.unmarshalWrapMode(WrapModeType src)
           
 

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)